262 Commits (56eebb926da3d64735454de94fb7cf28b726a7ef)

Author SHA1 Message Date
Sayed Adel 8965f3ae06 imgproc:simd Enable VSX and wide universal intrinsics for accumulate operations 6 years ago
Alexander Alekhin 2170811e48 imgproc(perf): update getPerspectiveTransform perf test 6 years ago
yuki takehara ed207d79e7 Merge pull request #11108 from take1014:hough_4303 7 years ago
Vadim Pisarevsky b8b7ca7302
Rewite polar transforms (#11323) 7 years ago
Tomoaki Teshima a82e70cd40 remove raw SSE2/NEON implementation from imgwarp.cpp 7 years ago
Alexander Alekhin 4a297a2443 ts: refactor OpenCV tests 7 years ago
Tom Becker 592f8d8c1b Merge pull request #10232 from TomBecker-BD:hough-many-circles 7 years ago
Vitaly Tuzov b6fe4cc807 Added performance tests for linear resize of 2 and 3-channel images 7 years ago
Alexander Alekhin d5f152494b fix file names 7 years ago
Vitaly Tuzov 51cb56ef2c Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 7 years ago
elenagvo a25c443d1f add perf test for boxFilter CV8U to CV16U 7 years ago
elenagvo 11ddb9332c add HAL for adaptiveThreshold 7 years ago
vipinanand4 39e742765a Merge pull request #9618 from vipinanand4:goodFeaturesToTrack_added_gradiantSize 7 years ago
Vitaly Tuzov 22fcbaed64 Added performance test for nearest neighbor resize 7 years ago
Alexander Alekhin a4a47b538c build: detect Android via '__ANDROID__' macro 7 years ago
Alexander Alekhin 006966e629 trace: initial support for code trace 8 years ago
Vitaly Tuzov 3a5e036feb Updated fix for accumulate performance test in case of multiple iterations 8 years ago
Vitaly Tuzov 01f773b803 Fix for accumulate performance test in case of multiple iterations 8 years ago
Vitaly Tuzov 2492c299f3 Extended set of existing performance test to OpenVX HAL suitable execution modes 8 years ago
Tomoaki Teshima aec59aba34 suppress warnings 8 years ago
Tomoaki Teshima 64cf206fb5 optimize blend using universal intrinsic 8 years ago
Tomoaki Teshima 37be9ddeec add enum Bayer**2BGRA 8 years ago
Alexander Alekhin f21f153a5f test: backport check for Image_KernelSize_GaborFilter2d perf test 8 years ago
Alexander Alekhin 7a9ed39655 test: update HoughLines perf test 8 years ago
Tomoaki Teshima ea6410d1e7 use universal intrinsic in threshold 8 years ago
Vadim Pisarevsky a9ab869800 seriously improved performance of blur function, especially 3x3 and 5x5 cases (#7262) 8 years ago
Pavel Vlasov 680ca88ce0 Outdated ICV restrictions were removed; 8 years ago
Alexander Alekhin f2e41ce391 ocl: fix input data for Canny perf test 8 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
Pavel Vlasov 14b006e808 IPP_VERSION_X100 was changed to: 9 years ago
Seon-Wook Park 7b01e32fe8 spatialGradient: HAL-accelerated 10 years ago
Seon-Wook Park 6803d1ed28 Support non continuous, BORDER_REPLICATE 10 years ago
Seon-Wook Park e633c991b0 spatialGradient: Doc, fix dangling newline error 10 years ago
Seon-Wook Park b5c4355c13 spatialGradient: Add basic perf test 10 years ago
Maksim Shabunin 9efc57f24b Increased perf_imgproc.moments max error 10 years ago
kalistratovag 20156d1eeb Adding 1 to moments to avoid tests fails 10 years ago
Ilya Lavrenov 89e3c508d8 fixed tests for aarch64 10 years ago
Ilya Lavrenov a340ea872e cvtColor Luv 2 RGB u8 10 years ago
Ilya Lavrenov e20613a776 cvtColor RGB 2 Luv u8 10 years ago
Ilya Lavrenov 584eed633e cvtColor Lab 2 RGB u8 10 years ago
Ilya Lavrenov 05e21015e9 cvtColor HLS 2 RGB u8 10 years ago
Ilya Lavrenov 51e7fb76b6 cvtColor HSV 2 RGB u8 10 years ago
Ilya Lavrenov c4c86a8990 cvtColor XYZ 2 RGB f32 10 years ago
Ilya Lavrenov 9cacd3261d cvtColor BGR5x5 2 Gray 10 years ago
Ilya Lavrenov 5f2135695e cvtColor rgb 2 YCrCb 10 years ago
orestis 9811a739b0 Change gaussianBlur5x5 perf test epsilon 10 years ago
Alexander Karsakov dfff9a8125 Added OCL performance test for YUV2RGB_IYUV, YUV2GRAY_420, RGB2YUV_IYUV, YUV2RGB_YUY2, YUV2GRAY_YUY2 color conversion modes 10 years ago
Ilya Lavrenov a54f6bb08b cv::cvtColor 10 years ago
Alexander Karsakov 4880dd0cd6 Added performance test for OCL version of HoughLines and HoughLinesP 10 years ago
Alexander Karsakov cb1e9adc63 Fixed getConversionInfo() for YUV2RGBA_* conversions 10 years ago