433 Commits (94521629abfd328e23cd52f8c19f4d0d546ac819)

Author SHA1 Message Date
apavlenko 3aedc134c2 replacing white noise with fruits picture 8 years ago
apavlenko a99118c4c7 moving CannyVX test from ocl to cpp file 8 years ago
apavlenko 76c38f0c80 trying to enable canny_vx adding a new test comparing canny_cv vs canny_vx 8 years ago
Alexander Alekhin 7e0f1ec00a test: putText regression garbage test 8 years ago
Alexander Alekhin bcbe2f123f test: move more drawing tests 8 years ago
Alexander Alekhin 781ab3d481 test: minor refactoring in test_drawing 8 years ago
Alexander Alekhin ee265962b2 test: move test_drawing into imgproc module 8 years ago
Li Peng 396921dd23 5x5 gaussian blur optimization 8 years ago
Li Peng b69cdb2434 Image pyramids upsampling optimization 8 years ago
Li Peng 2ca5a7e862 more optimization for warpAffine and warpPerspective 8 years ago
Li Peng b72d196753 optimization for warpAffine and warpPerspective 8 years ago
Li Peng 6cb73356b1 laplacian ocl kernel optimization 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
Li Peng 8f63f51e81 gaussian blur ocl kernel optimization 8 years ago
Li Peng 35198b84a4 morph ocl kernel for erode and dilate filter 8 years ago
Li Peng 3607da9f6b ocl kernel performance optimization for box filter 8 years ago
Vladislav Sovrasov 34df4ae02a Add a regression test, fix documentation 8 years ago
Vladislav Sovrasov f5592fd21b Fix wrong default mask value in floodFill 8 years ago
Alexander Alekhin 5da8d65371 eliminate compiler warnings 8 years ago
Alexander Alekhin 696972bf8e ocl: update Canny test threshold 8 years ago
Vitaly Tuzov 48f132f35f Fix Sobel evaluation for image ROI without isolated border. 9 years ago
Vadim Pisarevsky 5ddd25313f Add Grana's connected components algorithm for 8-way connectivity. (#6823) 9 years ago
Alexander Alekhin 86a515fdae imgproc: fix accuracy check for HLS cvtColor 9 years ago
Pavel Vlasov 680ca88ce0 Outdated ICV restrictions were removed; 9 years ago
Alexander Alekhin 2812762d6b imgproc: disable IPP for GaussianBlur in case of ROI 9 years ago
Alexander Alekhin e20a93f7d6 imgproc test: Canny with custom gradient 9 years ago
arybnikov 2deda0e868 Added tests for issues ##4515, 6544 9 years ago
Ilya Lavrenov 5bc10ef796 fixed empty image condition in resize 9 years ago
Tomoaki Teshima 1095076d7f imgproc: speed up threshold of 64F version using NEON and SSE 9 years ago
Tomoaki Teshima bbeac745ca Update test case for 64F version 9 years ago
atinfinity ef0931be44 fixed compilation warning 9 years ago
atinfinity 6930325847 Added test case of cv::threshold(CV_64F) 9 years ago
Alexander Alekhin 275bfcf99c fix logPolar/linearPolar 9 years ago
Alexander Alekhin 49d3e39bc4 test: added regression test for convexityDefects (#5908) 9 years ago
Maksim Shabunin a9607c8531 Coverity: fixed uninitialized fields in test_goodfeaturetotrack 9 years ago
ausentso 9abdf39c90 added test for goodFeaturesToTrack; 9 years ago
Pavel Vlasov 2b27f7dbb3 Fixed warnings for IPP9+ build; 9 years ago
Pavel Vlasov 14b006e808 IPP_VERSION_X100 was changed to: 9 years ago
Vitaly Tuzov 4a0152c731 Resize area result verification moved to the separate function 10 years ago
Vitaly Tuzov 7d245e0f29 Added more resize_area tests to ensure right rounding behavior for half and quarter downscaling 10 years ago
Ilya Lavrenov d28e6c9b36 fixed memory leak caused by illegal memory access 10 years ago
Ilya Lavrenov c16f465ff5 fixed "Conditional jump or move depends on uninitialised value" warning 10 years ago
Ilya Lavrenov 16bcc30e42 typo 10 years ago
Ilya Lavrenov 08e38e9ff9 fixed memory leaks in warpAffine tests 10 years ago
Ilya Lavrenov ba3b902da7 fixed memory leaks in floodfill tests 10 years ago
Ilya Lavrenov bf94e6a91c fixed memory leaks in cvtyuv tests 10 years ago
Ilya Lavrenov d81a0df489 fixed memory leak caused by illegal memory access 10 years ago
Ilya Lavrenov e7ac52d17a fixed "Conditional jump or move depends on uninitialised value" warning 10 years ago
Ilya Lavrenov 7e26cf569f typo 10 years ago