15689 Commits (d25cbaaba8f78699707960738e8e02787ae7fb4b)

Author SHA1 Message Date
Fangjun KUANG 57ed0e57f0 Fix the documentation for Mat::diag(int). (#8199) 8 years ago
Jinay Patel f710d96602 Update ocl.cpp function Device::OpenCLVersion() 8 years ago
Fangjun KUANG a8a208e0fe Merge pull request #8208 from csukuangfj:complex_support 8 years ago
Fangjun KUANG 5e4dfb9546 Change the argument type to cl_platform_info. 8 years ago
Alexander Alekhin 05248a3dea cmake: fix order of MKL libraries, don't pass additional libraries as modules 8 years ago
Fangjun KUANG 46fe74177d Fix typos. 8 years ago
Pavel Rojtberg df86f0752a add missing casts to _Tp as determinant() always returns double 8 years ago
Alexander Alekhin 4c7aa8645a ocl: validate arguments in KernelArgs constructor 8 years ago
Alexander Alekhin e16227b53c cmake: support multiple CPU targets 8 years ago
Fangjun KUANG 1e11657ba4 Merge pull request #8197 from csukuangfj/csukuangfj-patch-1 8 years ago
Wenju He 2722133206 add accuracy test CUDA_MultiBandBlender 8 years ago
Wenju He b76e88354c improve MultiBandBlender cuda, add normalizeUsingWeight and addSrcWeight kernels 8 years ago
chacha21 16a9407fbf new try to adapt to iOS build bot 8 years ago
chacha21 e19000a56f adaptation for iOS buildbot 8 years ago
chacha21 7521bcc32c comment unused function 8 years ago
chacha21 d3a15c625a do not use GCC_VERSION 8 years ago
chacha21 af746a9269 optimize ICV_HLINE 8 years ago
Tomoaki Teshima 37be9ddeec add enum Bayer**2BGRA 8 years ago
Alexander Alekhin 8633ef451e cmake: cleanup unused defines 8 years ago
Ilija Puaca 1b842c4762 Updated version of libwebp to 0.6.0. Removed iOS from build exceptions for libwebp 8 years ago
Adeel 03fb85f179 update fix for #8105 (compiling with mingw32) 8 years ago
Alexander Alekhin 9ac9e9e29a core: fix String::end() implementation 8 years ago
Vitaly Tuzov 4950f542d1 Fix for SGBM compute() buffer allocation failure on big images 8 years ago
StevenPuttemans 22d8a81a57 enable processing of 16, 32 and 64 bit 4 channel data using GDAL1.2 8 years ago
LaurentBerger b3c1bd788a Add note about OTSU and TRIANGLE (comment sovrasov) 8 years ago
LaurentBerger fa4d32f7dd Solve issue 8136 opencv doc of threshold 8 years ago
StevenPuttemans bfb18d29a6 add explanation to detectMultiScale overload functionality 8 years ago
Tony Theodore 678e114e5f highgui: use forward slash for gl.h include 8 years ago
LaurentBerger 488eb11ba8 Add a link to MatExpr in Detailed Description of Mat 8 years ago
msk-repo01 9a1835ce66 Fix for opencv/opencv#8105 (compiling with mingw32) 8 years ago
PkLab ece3fac7ef Merge pull request #8112 from PkLab:Fix_7898 8 years ago
Pavel Vlasov a47b7a34be Adds IPP control functions to bindings export 8 years ago
utibenkei 6501d54267 Fix bug that occurs when module name and inherited class name are same. 8 years ago
Juha Reunanen f3cb5084cf Fix #8093: CV_DbgAssert that the result of area() fits in the return value 8 years ago
Maksim Shabunin b417b4dbee KMeans improvement 8 years ago
Tomoaki Teshima fd711219a2 use universal intrinsic in VBLAS 8 years ago
Vladislav Sovrasov a789c08588 ml::EM: add documentation for predict() method 8 years ago
chrizandr 519fbdb8ab Wrappers for load methods of EM, LR, SVMSGD and Normal Bayes Classifier 8 years ago
chrizandr d22df8c41f Add wrappers for load functions for DTrees and Boost classifiers 8 years ago
Jiri Horner 4ee25c7e95 add test for convertions in estimateAffine2D* functions 8 years ago
Jiri Horner 9408a5ef5d fix conversion bug in estimateAffine2D* functions 8 years ago
Pavel Rojtberg 67f163892e viz: fix compilation - we need the VTK includes before ocv_define_module 8 years ago
Tomoaki Teshima d0bdf99501 check correct flag 8 years ago
PkLab.net eb768514c3 Fix misplaced description CAP_PROP_SETTINGS and others minor changes in videoio doc 8 years ago
Alexander Alekhin ec47a0a6de build: workaround for missing _mm256_setr_m128 in GCC 8 years ago
Vladislav Sovrasov 4e0351bafd Clarify docs for MOG2::apply 8 years ago
Tomoaki Teshima 820fdbff23 brush up AVX optimization in popcount 8 years ago
Alexander Alekhin c1dec72fb6 java: force 64F in solvePnP test 8 years ago
Tomoaki Teshima 07979b02c3 optimize corner detection series using AVX instructions 8 years ago
Tomoaki Teshima ddca982c09 remove pure SSE part 8 years ago