2079 Commits (a9c8a526cf5009711939c529717b185fd1645c98)

Author SHA1 Message Date
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
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
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
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
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
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 8 years ago
Pavel Vlasov 680ca88ce0 Outdated ICV restrictions were removed; 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 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
k-shinotsuka ecfd4ad11e improve MomentsInTile_SIMD<ushort, int, int>() 8 years ago
Matthew Self 72672c293f Make goodFeaturesToTrack() return deterministic results 8 years ago
Tomoaki Teshima 57d1591957 imgproc: fix typo 8 years ago
Alexander Alekhin 2ec63e4dd1 fix android pack build 8 years ago
Tomoaki Teshima b436f4b995 accelerate bilateralFilter using NEON 8 years ago
Alexander Alekhin 575de89ee2 imgproc: Canny: enable IPP & OpenCL optimization code path 8 years ago
Alexander Alekhin 460b1dc2fa imgproc: Canny with custom gradient 8 years ago
k-shinotsuka a25dba001d improve SymmRowSmallVec_8u32s(). 8 years ago
k-shinotsuka 6f8695c178 improve RowVec_8u32s(). 8 years ago
Tomoaki Teshima 3c2f7ecc97 speed up accumulate, accumulateSquare, accumulateProduct and accumulateWeighted using SIMD 9 years ago
Tomoaki Teshima 9fca953e62 check the CPU flag correctly 9 years ago
Sergei Nosov dce310e03c provide better error messages 9 years ago
Ilya Lavrenov 5bc10ef796 fixed empty image condition in resize 9 years ago
Tomoaki Teshima 1095076d7f imgproc: speed up threshold of 64F version using NEON and SSE 9 years ago
Vitaly Tuzov c61f7e5334 Fix for median blur of 2-channel images 9 years ago
Jan Starzynski 7f896643e9 fix for buffer-overflow in IPPCalcHistInvoker::operator() 9 years ago
Alexander Alekhin 8b05a4bf93 cvtColor: fix inplace processing 9 years ago
Tomoaki Teshima 78a5aacb22 make NEON more similart to SSE2 9 years ago