1954 Commits (f77f2876ffeecf384ea270769c431af81a7bb060)

Author SHA1 Message Date
Rostislav Vasilikhin 0ac934d09a added OpenVX call to equalizeHist() function 8 years ago
Rostislav Vasilikhin 7c2734ff14 added OpenVX calls to accumulate(), accumulateSquare(), accumulateWeighted() 8 years ago
Vitaly Tuzov 0cd3788624 Added OpenVX based processing to threshold 8 years ago
Vitaly Tuzov 9200db778c Added OpenVX based processing to medianBlur 8 years ago
Vitaly Tuzov e8f3469096 Added OpenVX based processing to Sobel 8 years ago
Li Peng b72d196753 optimization for warpAffine and warpPerspective 8 years ago
Michele Cancilla 89a0a46a69 Removed parallel version for CV_16U label type 8 years ago
Alexander Alekhin 7dc673fd56 imgproc: fix findContours (submatrix input) 8 years ago
Michele Cancilla 4b7fc59332 Fixed _P reserved variable name problem and changed getNumThreads with getNumberOfCPUs 8 years ago
Michele Cancilla 5b23c0b176 Fixed unnecessary black spaces; 8 years ago
Rostislav Vasilikhin 7db43f9fff fixed wrong equivalence in YUV conversion (#7481) 8 years ago
k-shinotsuka 284006e336 add NEON code for RGB2Luv_f. 8 years ago
Michele Cancilla 0bc9a0db18 Improvement of sequential connected components Wu's algorithm and provide parallel version of both Wu's and Grana's algorithms (using TBB library) 8 years ago
Pavel Vlasov dfb9c574a4 IPP 2017 filter2D fix; 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
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 9 years ago
Vitaly Tuzov 26c9889c6b Fix for incorrect line drawing beyond 32768 row or column 9 years ago
Juha Reunanen 4e7f28811c Merge pull request #7452 from reunanen:issue-7409-2.4 9 years ago
Juha Reunanen 0f387cda8f Merge pull request #7451 from reunanen:issue-7409 9 years ago
Tomoaki Teshima ea6410d1e7 use universal intrinsic in threshold 9 years ago
matze d9f6a06773 Adding check for IPP if UMat and OpenCL is available in Sobel and Scharr. 9 years ago
Graham Fyffe 57be99ff18 Added getLeadingEdges function to subdivision2d 9 years ago
k-shinotsuka 880ace2eb3 add simd code when dcn equals 4 at HSV2RGB_b(). 9 years ago
k-shinotsuka db8b3252bf add simd code when scn equals 4 at RGB2HLS_b(). 9 years ago
k-shinotsuka c1745539c4 add simd code when dcn equals 4 at HLS2RGB_b(). 9 years ago
k-shinotsuka a5f493a763 add simd code when scn equals 4 at Lab2RGB_b(). 9 years ago
k-shinotsuka 47c792ecc0 add simd code when scn equals 4 at RGB2Luv_b(). 9 years ago
Tomoaki Teshima 841ccccada use universal intrinsic in canny 9 years ago