2079 Commits (a9c8a526cf5009711939c529717b185fd1645c98)

Author SHA1 Message Date
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
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 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
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
matze d9f6a06773 Adding check for IPP if UMat and OpenCL is available in Sobel and Scharr. 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
Maksim Shabunin 3d5c0f1faf HAL interface for cv::integral 8 years ago
Alexander Alekhin c66efd05fa imgproc: use target type for calculations 8 years ago
Alexander Alekhin 7366be696a imgproc: fix win32 build 8 years ago
Francisco Facioni 8283ddb52f LSD: Use a fixed size array instead of using std::vector 8 years ago
Francisco Facioni de9c0d9926 LSD: Avoid re allocating the histogram for multiple calls of LineSegmentDetector::detect in ll_angle 8 years ago
Francisco Facioni ef6b696446 LSD: Avoid pre allocating a big region, std::vector allocations is quite expensive 8 years ago
Francisco Facioni a12207c3ad LSD: Avoid using pointers directly, image could be non continuous 8 years ago
Francisco Facioni f5a0b226f2 LSD: Optimization, avoid converting the image to double 8 years ago
Pavel Vlasov 2073af2f05 RGB2Gray array size fix; 8 years ago
Francisco Facioni 31bd84de12 LSD: Removes unused code 8 years ago
k-shinotsuka 0d85d2cc0a improve RGB2HLS_b() 8 years ago
k-shinotsuka 4f22f48e63 improve HSV2RGB_b() 8 years ago
k-shinotsuka 0fc187d7a3 improve HLS2RGB_b() 8 years ago
k-shinotsuka 1f8aa4f7d3 improve Lab2RGB_b() 8 years ago
k-shinotsuka 37be868679 improve RGB2Luv_b() 8 years ago