15005 Commits (96f1ef1347f72eca8d82a97de50364a7b2a99101)

Author SHA1 Message Date
Tetragramm 7cc0b0f93e Add case including both moments empty. 8 years ago
atinfinity b3c77e664d added to check the support of AVX2 8 years ago
LaurentBerger e6f27240d5 dd a note in findcontours doc 8 years ago
Tomoaki Teshima f1aae52daf clean up unused #if 8 years ago
Tetragramm d33d37ffd9 Add check for all zero moments. If one of the shapes is empty, the match would return zero distance between the shapes even when the other one had content. It now returns DBL_MAX if no moments had value. 8 years ago
Duncan Barber 1c3b9d7591 Tiny documentation fix in stereoCalibrate 8 years ago
Alexander Alekhin fa36b9d345 imgproc: fix using of uninitialized edge[] members in FillConvexPoly 8 years ago
Lorena García 3650ec02be HitMiss tutorial 8 years ago
Matt Bennett c3a8db6d6c Merge pull request #7952 from mattmyne:JSONWriteFixTrailingDecimalPoint 8 years ago
BadrinathS d1f727191f Resolving issue #7924 8 years ago
utibenkei 579ffbf97e Added Java wrapping for tracking module 8 years ago
Steve 8a6fabed83 Avoid segmentation fault 8 years ago
Yakun Wang c6f666a02b BufferPool is used for temporary buffer, use mat create directly 8 years ago
wykvictor 5fad2a3f24 Speedup MedianFilter::apply() when calling repeatedly 8 years ago
Alexander Alekhin d015b55e6b highgui: preserve waitKey -1 return value 8 years ago
Raj Natarajan b7a053b0e5 Issue-7310: Updated imwrite doc to correct default setting for IMWRITE_PNG_COMPRESSION and clarified existing doc a bit. 8 years ago
Alexander Alekhin 70bbf17b13 OpenCV Version++ 8 years ago
Alexander Alekhin d0f883524e cmake(osx): fix CoreImage error (#7916) 8 years ago
Vadim Pisarevsky ad74fdd7cc moved BLAS/LAPACK detection scripts from opencv_contrib/dnn to the main repository (#7918) 8 years ago
Alexander Alekhin dc31ddc80a photo: fix InputArray -> CvMat 8 years ago
Alexander Alekhin ca6beb9ca8 calib3d: fix InputArray -> CvMat 8 years ago
Vitaly Tuzov be7d060ea4 Merge pull request #7802 from terfendail:ovxhal_wrappers_migration 8 years ago
Pavel Rojtberg 40686b5e87 initUndistortRectifyMap: CV_32FC2 is also supported as m1type 8 years ago
Alexander Alekhin d85c11e525 OpenCV version++ 8 years ago
Rostislav Vasilikhin 328151c8a4 don't run OpenVX pyrLK if user asked for err vector 8 years ago
Rostislav Vasilikhin fcdbe16252 openvx_cvt disabled for Khronos, fixed sstep and dstep usage 8 years ago
logic1988 de059567d7 Update inner_functions.cpp 8 years ago
Rostislav Vasilikhin 13b9dd3963 fixed segfault at ORB::compute() near image's border 8 years ago
Alexander Alekhin 0e4dde1781 Merge pull request #7872 from alalek:merge-2.4 8 years ago
Vladislav Sovrasov d2e5bea1fb Disable training of RTrees when CVFolds > 0 8 years ago
Rostislav Vasilikhin cf5e976fad OpenVX convert enabled 8 years ago
Rostislav Vasilikhin a2646062b2 ivx::Scalars replaced by immediate values 8 years ago
Rostislav Vasilikhin 1e2ad7e3e3 rewritten for new macro use 8 years ago
Rostislav Vasilikhin ee77538cf9 disabled due to bad accuracy 8 years ago
Rostislav Vasilikhin 3f1734bbc7 fixed type checks in wrappers; array downloading code simplified 8 years ago
Rostislav Vasilikhin 77f99358df fix vxCommitArrayRange() call 8 years ago
Rostislav Vasilikhin 5f4112a1cf added initial version of wrapper for Harris corner detection 8 years ago
Rostislav Vasilikhin 8444c23803 fixed segfault at ORB::compute() near image's border 8 years ago
Rostislav Vasilikhin 969c55da58 Merge pull request #7720 from savuor:openvx_FAST 8 years ago
Rostislav Vasilikhin faefbf93bc Merge pull request #7793 from savuor:openvx_pyrDown 8 years ago
Rostislav Vasilikhin 5372c8b331 Merge pull request #7774 from savuor:openvx_pyrlk 8 years ago
Alexander Alekhin cc09f5a7de Merge pull request #7854 from alalek:backports_2016 8 years ago
mshabunin bfde5cdde0 SGBM: fixed uninitialized memory in cost buffer 8 years ago
Addison Elliott eb04b2bfa9 Added N-dim submat selection with vectors 8 years ago
Alexander Alekhin 737fa519d1 test: use relative error in HOG tests 8 years ago
Alexander Alekhin dbbbad40fb build: eliminate ICC warnings 8 years ago
Alexander Alekhin 03beff06ff build: disable warnings (Ubuntu 16.04 + CUDA 8.0) 8 years ago
StevenPuttemans 6d34d6b47e update samples: waitKey() usage 8 years ago
Alexander Alekhin 4e7b521438 highgui: change waitKey() default behaviour 8 years ago
Addison Elliott fa6692afcf Added new overloaded functions for Mat and UMat that accepts std::vector<int> instead of int * for the sizes on a N-dimensional array. 8 years ago