2982 Commits (fb223784a6199b44ffca5019c080dab3521c3d92)

Author SHA1 Message Date
Alexander Alekhin fb223784a6 test: fix Core_HAL.mat_decomp test implementation 9 years ago
mshabunin e941259434 Persistence: fixed valgrind warning in base64 decoder 9 years ago
Alexander Alekhin 79857f1e38 test: fix Core_ArithmMask.uninitialized test 9 years ago
Rostislav Vasilikhin 695b20172b Merge pull request #7794 from savuor:fix/ovx_cvt_continuous 9 years ago
Alexander Alekhin 0724d13bcd build: cuda warnings 9 years ago
Alexander Alekhin 5032dae9ed test: refactor test to capture more information on failure 9 years ago
mshabunin a0e771f545 Fixed valgrind issues in persistence functions 9 years ago
Vitaly Tuzov ced81f72bc Added OpenVX based processing to LUT 9 years ago
mshabunin 695c518384 Updated TBB search script and code checks 9 years ago
Rostislav Vasilikhin 2b56b174e8 fixed: data types, empty input case 9 years ago
Rostislav Vasilikhin 0a6958813c added OpenVX call to Mat::convertTo() (w/o scaling) 9 years ago
Vitaly Tuzov a4b9eb23d1 Added OpenVX based processing to meanStdDev 9 years ago
Vitaly Tuzov e9cc0f6a4c Added OpenVX based processing to minMaxLoc 9 years ago
LaurentBerger c56c0e140b Solve exception for 3D Mat 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 d65df72754 java: fix testIsSubmatrix test 9 years ago
Alexander Alekhin 69949025db core: drop type/dims/rows/cols information in Mat::release() 9 years ago
Alexander Alekhin 30cdcfa554 warnings 9 years ago
Vladislav Sovrasov 7c266ffffe Add support of vector of vectors serialization to FileStorage 9 years ago
Philippe Renon e79f83e573 calib3d: fix missing cv::redirectError symbol error 9 years ago
Tetragramm 24379fcb5f Use transpose() as suggested, because it works on pre-existing destination Mats. 9 years ago
Pavel Vlasov 349d5ba012 --perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple trees, 2 - expanded trees for functions with same name but different calling address); 9 years ago
Tomoaki Teshima 676736bdb2 avoid using fmadd in RNG 9 years ago
Tetragramm ad5c50a923 Improve the efficiency as suggested by vpisarev. 9 years ago
Tomoaki Teshima 9ee6f10896 fix build error 9 years ago
Vladislav Sovrasov e955d17c51 Add new error messages 9 years ago
Vladislav Sovrasov 38483fe7a7 Skip UTF-8 BOM in FileStorage 9 years ago
Vladislav Sovrasov 33d82da436 Clarify documentation for cv::Algorithm::read 9 years ago
Tomoaki Teshima 6d460bb602 fix build error on old compiler 9 years ago
Sean Li 6f3483ade3 Correct the comment of Mat::diag(const Mat& d). 9 years ago
Tomoaki Teshima cba22349b7 add universal hardware support check function 9 years ago
Tomoaki Teshima b823c8e95c add universal intrinsic in StereoSGBM 9 years ago
Alexander Alekhin 33a5778a0e core: update CV_XADD 9 years ago
Erich Keane ad6af6b9e4 Remove Intel Specific CV_XADD Definition 9 years ago
Erich Keane 689cf79625 Correct cast for _InterlockedExchangeAdd on ICC 9 years ago
fegorsch ddf0554fff Use colon in "%YAML:1.0" directive when persisting to YAML-files 9 years ago
Tetragramm 6f7bf653f7 Add 90 degree rotation methods. This provides a quick simple way of doing 90 degree rotations. 9 years ago
Jiri Horner c17afe0fab Merge pull request #6933 from hrnr:gsoc_all 9 years ago
Alexander Alekhin a901cc542b test: fix tolerance perf check for Exp/Log/Sqrt 9 years ago
Alexander Alekhin 43c48e2ed1 test: update Div and ConvertScaleAbs perf tests 9 years ago
Alexander Alekhin 5bafc1db75 test: fix tolerance 9 years ago
Alexander Alekhin abad2ca76c test: fix tolerance 9 years ago
Vincent Rabaud a89aa8c90a Fix imageSize overflow in IplImage 9 years ago
Vitaly Tuzov 26c9889c6b Fix for incorrect line drawing beyond 32768 row or column 9 years ago
Tomoaki Teshima 1ef740fa2c use universal intrinsic implementation for calcSharrDeriv 9 years ago
Alexander Alekhin fe8501c931 ocl: fix SVM code 9 years ago
Alexander Alekhin 5da8d65371 eliminate compiler warnings 9 years ago
Vadim Pisarevsky fad0598634 normHamming done with AVX 2 intrinsics (ver 2) (#7405) 9 years ago
Vadim Pisarevsky 83f2eb79f1 make sure that the empty mat is copied to UMat properly - i.e. UMat becomes empty. Before the patch such copy operation crashed 9 years ago