2303 Commits (7dd3723abe8905c02e696591f5059bee2d046665)

Author SHA1 Message Date
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
k-shinotsuka 4540260df9 improve Luv2RGB_b() 8 years ago
Vitaly Tuzov 48f132f35f Fix Sobel evaluation for image ROI without isolated border. 8 years ago
matze 975d2e4294 Enable built in counting trailing zeros function for Intel compiler and clang. 8 years ago
matze a865876c0f Added CV_UNUSED to not used variable when build without SSE2 support. 8 years ago
anirudt 2879eada25 docs: truncated commit msg 8 years ago
matze aaa255465e Renamed haveSSE2 in haveSIMD. Conditional compilation for function header removed 8 years ago
Vadim Pisarevsky a9ab869800 seriously improved performance of blur function, especially 3x3 and 5x5 cases (#7262) 8 years ago
anirudt 06e0fb25e9 docs: adds doxygen @note for python in docs related to contour moments 8 years ago
Vitaly Tuzov 5ec47299e2 Fixed warpings, added border mode support to warps and filter. Added morphology HAL API functions implemented as immediate mode OpenVX calls. 8 years ago
mschoeneck 9e61a28b2e Improve canny (#7227) 8 years ago
matze fd6f54c895 Bug fixed in findEndContours and icvFindContoursInInterval adjusted. 8 years ago
matze f6451c7ae6 Varaible names renamed. Macro definitions fixed. findEndContourPoint function fixed. findContoursInInterval adjusted. 8 years ago
matze 25cf33d5c8 Warning fixed by adding a cast to char 8 years ago
matze 0acd818efc Removed #elif defined(__INTEL_COMPILER) because it is disabled at the moment 8 years ago
matze 8af8c4d0aa Improves findContours using SSE _mm_movemask_epi8 to find next contour point. Cleaned up code a little bit 8 years ago
Pavel Rojtberg cfcf8abbb6 doxygen: imgproc - underscores should not be escaped in texttt 8 years ago
Pavel Rojtberg 62cabb58a9 doxygen: undistortPoints - replace matlab code by latex forumlae 8 years ago
Vitaly Tuzov f773f45d90 Updated HAL interface for separable filters to address that both kernels are vectors. 8 years ago
Alexander Alekhin a6e5ebafcf calib3d: fix cornerSubPix memory error 8 years ago
Tomoaki Teshima 7fef96be1e add 64F intrinsic in HAL NEON 8 years ago
anirudt 6825375694 docs: adds note for python in docs related to moments 8 years ago
k-shinotsuka 9df8400f3d improve RGB5x52Gray() 8 years ago
Vadim Pisarevsky 5ddd25313f Add Grana's connected components algorithm for 8-way connectivity. (#6823) 8 years ago
Suleyman TURKMEN fcc28fecb6 Make Up 8 years ago
PkLab.net 2d0fe514a0 Fix rho,phi exchange. Backport to 2.4 8 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 8 years ago
Alexander Alekhin 86a515fdae imgproc: fix accuracy check for HLS cvtColor 8 years ago
Pavel Vlasov 680ca88ce0 Outdated ICV restrictions were removed; 8 years ago
PkLab.net 4b099e8ade Fix rho,phi exchange and amend linearPolar & logPolar docs with details and pics. 8 years ago
k-shinotsuka 3faaabd6f4 improve YCrCb2RGB_i<uchar>() 8 years ago
Tomoaki Teshima 4f7679cf51 use universal intrinsic in accumulate series 8 years ago
k-shinotsuka 020b47c41a improve RGB2Gray<ushort>() 8 years ago
Tomoaki Teshima ba73249dc0 let the test of AccSqr_SIMD<ushort, float> pass 8 years ago
Alexander Alekhin f2e41ce391 ocl: fix input data for Canny perf test 8 years ago
Alexander Alekhin b8e08d5d3c ocl: fix Canny for Intel devices 8 years ago
k-shinotsuka e37c53d13e improve RGB2YCrCb_i<uchar>() 8 years ago
mschoeneck 5f30a0a076 Merge pull request #6958 from mschoeneck:Common-Canny-parallelization 8 years ago
Alexander Alekhin b12286329f imgproc: sepFilter: update OpenCL condition 8 years ago
Alexander Alekhin 2812762d6b imgproc: disable IPP for GaussianBlur in case of ROI 8 years ago
matze 37cccf17c0 imgproc: Prefer OCL calculation before IPP in GaussianBlur. 8 years ago
k-shinotsuka 065d631f0e improve MomentsInTile_SIMD<uchar, int, int>() 8 years ago
k-shinotsuka 5775ace5e0 improve thresh_8u() 8 years ago