14735 Commits (678e114e5fc3fddc23f3ec1619a479895d0707ca)

Author SHA1 Message Date
Alexander Alekhin 39d7ecc93b perf: disabled checks for magic numbers 8 years ago
Alexander Alekhin dac37a0bc9 features2d: update rotation invariance test 8 years ago
Alexander Alekhin 30cdcfa554 warnings 8 years ago
Alexander Alekhin 40aa8aa862 ffmpeg: check return value 8 years ago
Li Peng 6cb73356b1 laplacian ocl kernel optimization 8 years ago
Vladislav Sovrasov 7c266ffffe Add support of vector of vectors serialization to FileStorage 8 years ago
k-shinotsuka cf5c400ecb add SSE code for RGB2HLS_f. 8 years ago
Declan Moran 4d84e6efee fix compiler error when building with gnu-5 toolchain (eg as currently shipped with crystax.org android ndk, and presumably soon with android studio). 8 years ago
Philippe Renon e79f83e573 calib3d: fix missing cv::redirectError symbol error 8 years ago
sourin 94b5a74067 Fixed with review comments. 8 years ago
Juha Reunanen 5bb08bae28 Merge pull request #7464 from reunanen:test-7409-7458 8 years ago
Li Peng 8d4a7d3dcc sobel and scharr ocl kernel optimization 8 years ago
k-shinotsuka a909527a39 add SSE code for HLS2RGB_f. 8 years ago
k-shinotsuka 614ce7743e add SSE code for HSV2RGB_f. 8 years ago
Alexander Alekhin a88b94cc44 build: fix warning in python parser 8 years ago
Alexander Alekhin 64a2d1904b ffmpeg: backport 7213 8 years ago
sourin 879315f2fe Fix error gtk 8 years ago
Tetragramm 24379fcb5f Use transpose() as suggested, because it works on pre-existing destination Mats. 8 years ago
Alexander Alekhin edcbc15a90 cmake: python installation 8 years ago
Arkadiusz Raj 40778fa30a Change name to minimize confusion 8 years ago
Arkadiusz Raj 4a9c84c570 Add static to local function 8 years ago
Alexander Alekhin 45bf60d18c perf: remove tvl1 check for magic numbers, reduce number of samples 8 years ago
Alexander Alekhin a01a4c4b3b test: tvl1 test check update 8 years ago
Arkadiusz Raj f893ee5cec Added IMREAD_IGNORE_ORIENTATION flag 8 years ago
Pavel Rojtberg 3609343acf undistortPoints: only consider distCoeffs if present 8 years ago
Pavel Rojtberg 25061b4280 convertPointsToHomogeneous: fix output type for depth == CV_32S 8 years ago
Alexander Alekhin 183c75358b imgproc: fix trailingZeros for MSVS 2010 8 years ago
Sergiu Deitsch d4b501e734 viz: free new[] allocated arrays using delete[] instead of free 8 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); 8 years ago
Li Peng 8f63f51e81 gaussian blur ocl kernel optimization 8 years ago
mshabunin 3e28d51779 Fixed several OpenCL compiler warnings 8 years ago
Li Peng 35198b84a4 morph ocl kernel for erode and dilate filter 8 years ago
Tetragramm 17df65e666 Fix the OpenCL portion to match the c++ code. 8 years ago
Tomoaki Teshima 676736bdb2 avoid using fmadd in RNG 8 years ago
Tetragramm ad5c50a923 Improve the efficiency as suggested by vpisarev. 8 years ago
Tomoaki Teshima 9ee6f10896 fix build error 8 years ago
Rok Mandeljc baf613bc5c highgui: window_QT: added missing virtual method specifier 8 years ago
Vladislav Sovrasov e955d17c51 Add new error messages 8 years ago
Vladislav Sovrasov 38483fe7a7 Skip UTF-8 BOM in FileStorage 8 years ago
Vladislav Sovrasov af01267f23 Add assertion to prevent processing of large images in remap 8 years ago
Vladislav Sovrasov 33d82da436 Clarify documentation for cv::Algorithm::read 8 years ago
k-shinotsuka a7db950b66 add SSE code for Lab2RGB_f. 8 years ago
Tomoaki Teshima 6d460bb602 fix build error on old compiler 8 years ago
Eric Sommerlade 049a894986 fixed detection_based_tracker on visual studio 2013 and later 8 years ago
Alexander Alekhin 522cfa77b8 test: don't check magic values in stitching perf test 8 years ago
abratchik f978ee613e fix for #7510, #7511 and #7512 8 years ago
abratchik 78874c568e fix java wrapper autotests 8 years ago
k-shinotsuka c1c7c7f83e add SSE code for Luv2RGB_f. 8 years ago
Sean Li 6f3483ade3 Correct the comment of Mat::diag(const Mat& d). 8 years ago
k-shinotsuka 992795d47d add SSE code for RGB2Luv_f. 8 years ago