207 Commits (db4b1e613ccdb449fad83c0711a3d44cb21662bc)

Author SHA1 Message Date
Aaron Greig f3f46096d6 Relax accuracy requirements in the OpenCL sqrt perf arithmetic test. 4 years ago
Aaron Greig 53652a6194 Relax accuracy requirement on OpenCL MinEigenVal corner kernel test. 4 years ago
Alexander Alekhin 2fed41dfa5 imgproc(test): test bitExact cases in OCL/sepFilter2D 4 years ago
Tomoaki Teshima 07c3aae315 let the test pass on Mali G52 (ODROID-N2) 5 years ago
luz.paz fcc7d8dd4e Fix modules/ typos 5 years ago
Tomoaki Teshima 594a95839c fix test failure of OCL_ImgProc/CvtColor8u.mRGBA2RGBA 5 years ago
Alexander Alekhin 42742727d6 imgproc(ocl): fix morph generic filter checks 6 years ago
tompollok 0b77600718 change area() emptiness checks to empty() 6 years ago
Alexander Alekhin 12e8e33144 build: enable -Wimplicit-fallthrough warning for OpenCV modules 7 years ago
Tomoaki Teshima 98d9369a38 add new comparison to tolerate with rounding error 7 years ago
Tomoaki Teshima 06babf90a5 let the test OCL_ImgprocWarp/Resize.Mat pass on ARM/Aarch64 7 years ago
Tomoaki Teshima 8fd1bbde76 fix test error on Tinker Board (OpenCL on Arm platform) 7 years ago
luz.paz d05714995c Misc. modules/ cont. pt2 7 years ago
Alexander Alekhin 4a297a2443 ts: refactor OpenCV tests 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
Alexander Alekhin a4a47b538c build: detect Android via '__ANDROID__' macro 7 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
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
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
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. 8 years ago
Alexander Alekhin 86a515fdae imgproc: fix accuracy check for HLS cvtColor 8 years ago
Alexander Alekhin 2812762d6b imgproc: disable IPP for GaussianBlur in case of ROI 8 years ago
Alexander Alekhin e20a93f7d6 imgproc test: Canny with custom gradient 8 years ago
Pavel Vlasov 14b006e808 IPP_VERSION_X100 was changed to: 9 years ago
Ilya Lavrenov cf4c79ebdd disabled some kernels for Android && NVidia 10 years ago
Ilya Lavrenov 26eebb3ee3 increased EPS for cvtColor for NVIDIA 10 years ago
ElenaGvozdeva 7dd059c084 fixed test for ocl WarpAffine 10 years ago
Alexander Karsakov 60367907fe Used direct float calculations 10 years ago
Alexander Karsakov 5aa9ac9a77 Added OCL code for YUV422 -> RGB[A]|BGR[A] color conversion 10 years ago
Alexander Karsakov c8707b891b Added OCL code for RGB[A]|BGR[A] -> YUV_[YV12|IYUV] color conversion 10 years ago
Alexander Karsakov 8c91604f5a Added OCL code for YUV2GRAY_420 color conversion 10 years ago
Alexander Karsakov 1cc17a7186 Added OCL code for YUV2BGR_YV12 and YUV2BGR_IYUV color conversions 10 years ago
Alexander Karsakov 85b60ee3cb Added support for YUV2RGB[A]_NV21 and YUV2BGR[A]_NV21 conversion 10 years ago
Alexander Karsakov 66a8acfd3d Optimization for HoughLinesP 10 years ago
Alexander Karsakov eaf5a163b1 Added HoughLinesP OCL implementation 10 years ago
Alexander Karsakov fee8f29f48 Refactoring, minor optimization 10 years ago
Alexander Karsakov 6b6c7ccfea Added accuracy tests with real and generated data 10 years ago
Alexander Karsakov f7aadd07f6 Added getLines, fill_accum_local kernels 10 years ago
Alexander Karsakov 038bfb98ec Added fill_accum kernel 10 years ago