15689 Commits (d25cbaaba8f78699707960738e8e02787ae7fb4b)

Author SHA1 Message Date
Vladislav Sovrasov 2a2a1dc5b4 Get rid of OPENCV_NOSTL definition 7 years ago
Vitaly Tuzov 4d0f789e0a AVX optimized implementation of separable filters migrated to separate file 7 years ago
Aleksandr Rybnikov d3c14ce3ea Added tests for ResNet-50 and SqueezeNet v1.1 7 years ago
Vladislav Sovrasov 42936d3227 imgproc: fix MORPH_HITMISS operation when kernel has no negative values 7 years ago
Tony Lian c8783f3e23 Merge pull request #9075 from TonyLianLong:master 7 years ago
Vitaly Tuzov 3681dcef1a AVX optimized implementation of resize and warp functions migrated to separate file 7 years ago
Alexander Alekhin 1b8d363231 version 3.3.0-rc 7 years ago
Vladislav Sovrasov f42b7d03b4 core: add a test of iteration through the Mat_ with range-based for 7 years ago
Vladislav Sovrasov 267fdc4c91 Add a note about cxx11 range-based loop in Mat_ documentation 7 years ago
Alexander Alekhin 32d1eb36df dnn: fix links 7 years ago
Alexander Alekhin b3f5e3bf94 core(stat): optimize size of binaries, drop AVX dispatch (no imrovements) 7 years ago
Alexander Alekhin b66c349bba core(stat): add required CV_AVX_GUARD 7 years ago
Alexander Alekhin c45d3568ae core(stat): register dispatched code, fix build 7 years ago
Alexander Alekhin 6a6222d21c core(stat): remove useless checks 7 years ago
Alexander Alekhin 880052d3f3 core(stat): create dispatch.cpp file 7 years ago
Alexander Alekhin 85afbd409b core(stat): move implementations into .hpp file w/o changes 7 years ago
Alexander Alekhin 03c3e0edcf core(stat): stat.cpp minor refactoring 7 years ago
berak 34c0ab5878 dnn: fix some tutorial links 7 years ago
abratchik 8f7181429f add java wrappers to dnn module 7 years ago
catree d06619ab15 Add 64-bit imshow behavior in the documentation. 7 years ago
Alexander Duda 5ca7dcc6e7 Fix error message fisheye CALIB_CHECK_COND 7 years ago
Maksim Shabunin 1f23202ad8 Issues found by static analysis (5th round) 7 years ago
tribta 6512a4b7e3 OpenCV Java Highgui Class 7 years ago
Sadika Sumanapala 40e1f2fc03 Fix style 7 years ago
Alexander Alekhin 582bb3c311 core(perf): added Hamming tests 7 years ago
Alexander Alekhin cdf2a59afa canny: disallow broken inplace arguments 7 years ago
Alexander Alekhin c5a6846866 static build workaround 7 years ago
Rink Springer 3ce1bca670 Prevent crash when attempting to create training data without responses. 7 years ago
Alexander Alekhin 6ea6e4bceb binding: fix headers processing 7 years ago
Alexander Alekhin 2db45c8a85 hdr_parser: ignore lines with 'CV__' macros 7 years ago
Maksim Shabunin e0393f8557 Fixed some issues found by static analysis (4th round) 7 years ago
Neil Shipp 3f72ff215e Fix WinRT build breaks in highgui and videoio. 8 years ago
Aleksandr Rybnikov fab4f4b9d5 Disabled logging in caffe parser in release 8 years ago
Alexander Alekhin 72a765d766 dnn: fix compilation of Halide tests 8 years ago
Vitaly Tuzov 1ed9a58b64 AVX optimized implementation of Harris corner detector migrated to separate file 8 years ago
Alexander Alekhin b84cbeec8c calib3d(perf): disable SGBM tests in debug mode 8 years ago
huangqinjin aa75b6067c gtk: check NULL before unref 8 years ago
Alexander Alekhin 511e50c19c dnn: cleanup torch integration code 8 years ago
Alexander Alekhin da0960321b dnn: added "hidden" experimental namespace 8 years ago
Alexander Alekhin b9a2d7b600 build: remove #define to prevent unexpected impact on user applications 8 years ago
Maksim Shabunin a769d69a9d Fixed several issues found by static analysis 8 years ago
dkurt b46f5b1b38 Align convolutional layer weights separately from origin ones 8 years ago
Vladislav Sovrasov 08db55fb62 core: add CV_CXX_11 flag to cvdef.h 8 years ago
Vladislav Sovrasov 3c748ccf10 core: add an ability to use cxx11 lambda as a parallel_for_ body 8 years ago
Tong Ke 8088d6785a Merge pull request #8585 from tonyke1993:ap3p 8 years ago
Vladislav Sovrasov 35a1ecef2a core: fix infinite recursion in compare 8 years ago
Alexander Alekhin ed10383359 dnn: added trace macros 8 years ago
Aleksandr Rybnikov ec321e651f Removed usage of std::map in DetectionOutput layer 8 years ago
Vadim Pisarevsky 8b3d6603d5 another round of dnn optimization (#9011) 8 years ago
Alexander Alekhin 00dd433368 dnn: fix LayerFactory initialization 8 years ago