2659 Commits (62cf71002e93be897eef3ff39617f521c605907c)

Author SHA1 Message Date
Alexander Alekhin f21f153a5f test: backport check for Image_KernelSize_GaborFilter2d perf test 8 years ago
Li Peng 6cb73356b1 laplacian ocl kernel optimization 8 years ago
k-shinotsuka cf5c400ecb add SSE code for RGB2HLS_f. 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
Pavel Rojtberg 3609343acf undistortPoints: only consider distCoeffs if present 8 years ago
Alexander Alekhin 183c75358b imgproc: fix trailingZeros for MSVS 2010 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
Vladislav Sovrasov af01267f23 Add assertion to prevent processing of large images in remap 8 years ago
k-shinotsuka a7db950b66 add SSE code for Lab2RGB_f. 8 years ago
abratchik f978ee613e fix for #7510, #7511 and #7512 8 years ago
k-shinotsuka c1c7c7f83e add SSE code for Luv2RGB_f. 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
Vladislav Sovrasov 56c133d459 Disable redundant border initialization in findContours 8 years ago
Pavel Vlasov f07525031b BORDER_ISOLATED support for Laplacian, boxFilter and morphology; 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 1f4f50b9dc findContours: integrate workaroung to allow contours detection on image border 8 years ago
Vladislav Sovrasov f5592fd21b Fix wrong default mask value in floodFill 8 years ago
Tetragramm c6772a8f5d Fix CLAHE distribution. 8 years ago
Alexander Alekhin 7a9ed39655 test: update HoughLines perf test 8 years ago
LukeZhu ef47bcc88b Fix the problem: filterSmall.cl report error with double 8 years ago
Vitaly Tuzov 26c9889c6b Fix for incorrect line drawing beyond 32768 row or column 8 years ago
Juha Reunanen 4e7f28811c Merge pull request #7452 from reunanen:issue-7409-2.4 8 years ago
Juha Reunanen 0f387cda8f Merge pull request #7451 from reunanen:issue-7409 8 years ago
Tomoaki Teshima ea6410d1e7 use universal intrinsic in threshold 8 years ago
StevenPuttemans 947f32d2e0 add border replicate note 8 years ago
matze d9f6a06773 Adding check for IPP if UMat and OpenCL is available in Sobel and Scharr. 8 years ago
Alexander Alekhin 5da8d65371 eliminate compiler warnings 8 years ago
Graham Fyffe 57be99ff18 Added getLeadingEdges function to subdivision2d 8 years ago
k-shinotsuka 880ace2eb3 add simd code when dcn equals 4 at HSV2RGB_b(). 8 years ago
k-shinotsuka db8b3252bf add simd code when scn equals 4 at RGB2HLS_b(). 8 years ago
k-shinotsuka c1745539c4 add simd code when dcn equals 4 at HLS2RGB_b(). 8 years ago
k-shinotsuka a5f493a763 add simd code when scn equals 4 at Lab2RGB_b(). 8 years ago
k-shinotsuka 47c792ecc0 add simd code when scn equals 4 at RGB2Luv_b(). 8 years ago
Tomoaki Teshima 841ccccada use universal intrinsic in canny 8 years ago
k-shinotsuka e310c3f9f4 add simd code when dcn equals 4 at Luv2RGB_b(). 8 years ago
catree f1009e2234 Fix dead link for hit or miss 2.4 documentation. 8 years ago
catree 2dd77f886a Fix dead link for hit or miss documentation. 8 years ago
sourin a34fbf7bb1 Fixed identifiers warns 8 years ago
Maksim Shabunin 3d5c0f1faf HAL interface for cv::integral 8 years ago
Alexander Alekhin 696972bf8e ocl: update Canny test threshold 8 years ago
Alexander Alekhin c66efd05fa imgproc: use target type for calculations 8 years ago