14498 Commits (19959cbfc92fa489a5ac96602bc9fd42a954516f)

Author SHA1 Message Date
Li Peng 2ca5a7e862 more optimization for warpAffine and warpPerspective 9 years ago
Simmo Saan 6c524e8444 Allow V4L, V4L2 to be used as preferred capture API 9 years ago
Vitaly Tuzov e8f3469096 Added OpenVX based processing to Sobel 9 years ago
Li Peng b72d196753 optimization for warpAffine and warpPerspective 9 years ago
Alexander Alekhin 4a7d441b37 test: fix cuda build 9 years ago
Alexander Alekhin 2c03c8d71f Update googletests 1.8.0 (20160822) (#7738) 9 years ago
Colin Finck e8f591143c objdetect: Properly check for C++11 as it's done in the matching .cpp file. Fixes #7623 9 years ago
Alexander Alekhin 1a3f1a31b2 ts: CV_ENUM fix static initialization order fiasco 9 years ago
Alexander Alekhin 3f37e34e76 highgui: g_thread_create deprecated warning 9 years ago
Alexander Alekhin 7dc673fd56 imgproc: fix findContours (submatrix input) 9 years ago
Pavel Rojtberg e1503cc29e calibrateCamera: specifiy what kind of re-projection error is returned 9 years ago
guoxuedong e69253a4fb Update exif.cpp 9 years ago
Rostislav Vasilikhin 7db43f9fff fixed wrong equivalence in YUV conversion (#7481) 9 years ago
monoid911 b879126584 Fix docs explaining the returnPoints argument of convexHull. 9 years ago
Alexander Alekhin 0bdea2b714 core: fix absdiff (non-optimized, fp) to prevent "-0" results 9 years ago
Alexander Alekhin 8019498c6e java tests fixes 9 years ago
Alexander Alekhin fe29080d59 java: skip test in case of missed classes from opencv_contrib 9 years ago
Alexander Alekhin d65df72754 java: fix testIsSubmatrix test 9 years ago
Alexander Alekhin a936cb087e calib3d: fix fisheye for test fisheyeTest.stereoCalibrateFixIntrinsic 9 years ago
Alexander Alekhin 69949025db core: drop type/dims/rows/cols information in Mat::release() 9 years ago
k-shinotsuka 284006e336 add NEON code for RGB2Luv_f. 9 years ago
Pavel Vlasov dfb9c574a4 IPP 2017 filter2D fix; 9 years ago
Alexander Alekhin 771fa5b8ac test: change EPS in Objdetect_HOGDetector tests 9 years ago
Arek 866f8eb1e7 Merge pull request #7695 from ArkadiuszRaj:aravis-release-bug-fix 9 years ago
Alexander Alekhin 39d7ecc93b perf: disabled checks for magic numbers 9 years ago
Alexander Alekhin dac37a0bc9 features2d: update rotation invariance test 9 years ago
Alexander Alekhin 30cdcfa554 warnings 9 years ago
Alexander Alekhin 40aa8aa862 ffmpeg: check return value 9 years ago
Li Peng 6cb73356b1 laplacian ocl kernel optimization 9 years ago
Vladislav Sovrasov 7c266ffffe Add support of vector of vectors serialization to FileStorage 9 years ago
k-shinotsuka cf5c400ecb add SSE code for RGB2HLS_f. 9 years ago
Philippe Renon e79f83e573 calib3d: fix missing cv::redirectError symbol error 9 years ago
sourin 94b5a74067 Fixed with review comments. 9 years ago
Juha Reunanen 5bb08bae28 Merge pull request #7464 from reunanen:test-7409-7458 9 years ago
Li Peng 8d4a7d3dcc sobel and scharr ocl kernel optimization 9 years ago
k-shinotsuka a909527a39 add SSE code for HLS2RGB_f. 9 years ago
k-shinotsuka 614ce7743e add SSE code for HSV2RGB_f. 9 years ago
Alexander Alekhin a88b94cc44 build: fix warning in python parser 9 years ago
sourin 879315f2fe Fix error gtk 9 years ago
Tetragramm 24379fcb5f Use transpose() as suggested, because it works on pre-existing destination Mats. 9 years ago
Alexander Alekhin edcbc15a90 cmake: python installation 9 years ago
Arkadiusz Raj 40778fa30a Change name to minimize confusion 9 years ago
Arkadiusz Raj 4a9c84c570 Add static to local function 9 years ago
Alexander Alekhin 45bf60d18c perf: remove tvl1 check for magic numbers, reduce number of samples 9 years ago
Alexander Alekhin a01a4c4b3b test: tvl1 test check update 9 years ago
Arkadiusz Raj f893ee5cec Added IMREAD_IGNORE_ORIENTATION flag 9 years ago
Pavel Rojtberg 3609343acf undistortPoints: only consider distCoeffs if present 9 years ago
Pavel Rojtberg 25061b4280 convertPointsToHomogeneous: fix output type for depth == CV_32S 9 years ago
Alexander Alekhin 183c75358b imgproc: fix trailingZeros for MSVS 2010 9 years ago
Sergiu Deitsch d4b501e734 viz: free new[] allocated arrays using delete[] instead of free 9 years ago