2085 Commits (5f30a0a076e57c412509becd1fb618170cbfa179)

Author SHA1 Message Date
mschoeneck 5f30a0a076 Merge pull request #6958 from mschoeneck:Common-Canny-parallelization 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 e20a93f7d6 imgproc test: Canny with custom gradient 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
arybnikov 2deda0e868 Added tests for issues ##4515, 6544 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 8 years ago
Vladislav Vinogradov 1c8b1b2d2b add note about "maxCorners <= 0" case in goodFeaturesToTrack 8 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
Alexander Alekhin 2fb670cf09 hal: fix missing include "opencv2/imgproc/hal/interface.h" 9 years ago
k-shinotsuka 43d5988df6 improve to calculate norm 9 years ago
Suleyman TURKMEN 7c5b981c17 Update drawing.cpp 9 years ago
Vladislav Sovrasov a2d0cc878c Implement internal HAL for GEMM and matrix decompositions 9 years ago
Tomoaki Teshima bbeac745ca Update test case for 64F version 9 years ago
Suleyman TURKMEN abab67b574 Update imgproc.hpp 9 years ago
atinfinity 1f1464c925 remove unnecessary cast 9 years ago
atinfinity ef0931be44 fixed compilation warning 9 years ago
atinfinity 6930325847 Added test case of cv::threshold(CV_64F) 9 years ago
atinfinity e4f207c4b4 Changed cv::threshold() to support CV_64F 9 years ago
ohnozzy db9f611767 Add OpenCL support to linearPolar & logPolar 9 years ago
Vadzim Piatrou 43f854bc5f fixing CLAHE crash with pixels value > 12 bit 9 years ago
Thomas Schenker 76ced14b3b fix typo 9 years ago
Maksim Shabunin 5e9192287d Added HAL cvtColor interface 9 years ago
ohnozzy 9be6b4f2d1 Bug Fix for 6377 9 years ago
Maksim Shabunin 233612efd7 Reworked HAL dft/dct interface, added replacement documentation 9 years ago
Maksim Shabunin f40d701427 DFT: renamed HAL functions 9 years ago
Maksim Shabunin 15783cf668 Always use hal::dft in crossCorr function 9 years ago
Maksim Shabunin 008abd28fd Extracted HAL interfaces for DFT/DCT, added new test 9 years ago
Maksim Shabunin 5877debb6f HAL resize, warpAffine, warpPerspective interface 9 years ago
Maksim Shabunin a5af69de6a Java wrapper for moments: do not truncate values in set method 9 years ago
themightyoarfish 68d97502fe Error message for wrong kernel size was insufficient. 9 years ago
Maksim Shabunin 83379695a0 HAL interface for morphology operations 9 years ago
Leonid Volnitsky bebab8d647 fix: 6149 (through CV_Error on wrong image type) 9 years ago
Zhigang Gong 0b08d2559e fix potential race condition in canny.cl. 9 years ago
shruthikashyap 1fbc6ab05d Adding the syntax and usage for cv2.undistortPoints(). 9 years ago
Alexander Alekhin ec66a3700f logPolar/linearPolar: more accurate processing near zero angle slice 9 years ago