14441 Commits (dac37a0bc93e7b77f5055ef66ad531d833100c3e)

Author SHA1 Message Date
Alexander Alekhin dac37a0bc9 features2d: update rotation invariance test 8 years ago
Li Peng 6cb73356b1 laplacian ocl kernel optimization 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
Alexander Alekhin a88b94cc44 build: fix warning in python parser 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
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 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
Tomoaki Teshima cba22349b7 add universal hardware support check function 8 years ago
Quentin bbd4a0eb51 Compensate exposure before finding seams 8 years ago
Tomoaki Teshima b823c8e95c add universal intrinsic in StereoSGBM 8 years ago
Pavel Rojtberg 358ec04413 highgui: add property WND_PROP_VISIBLE 8 years ago
Vladislav Sovrasov 56c133d459 Disable redundant border initialization in findContours 8 years ago
panxiaochun bec3479f9e fix the problem:repeatedly stop cause app crash 8 years ago
panxiaochun f888f47102 remove self. in release method 8 years ago
panxiaochun 03a9fd46c7 fix the problem: leak memory when repeatedly start and stop 8 years ago
Alexander Alekhin 33a5778a0e core: update CV_XADD 8 years ago
Pavel Vlasov f07525031b BORDER_ISOLATED support for Laplacian, boxFilter and morphology; 8 years ago
E Sommerlade c93de78ff6 removed spaces at line endings, fixed warning 8 years ago
Erich Keane ad6af6b9e4 Remove Intel Specific CV_XADD Definition 8 years ago
E Sommerlade 41c47a84fc restored Parameters() constructor to maintain ABI compatibility. Added CV_EXPORTS to nested class 8 years ago