2328 Commits (78784040aa8da331b75c3d30db2674da0bc33e5f)

Author SHA1 Message Date
Tomoaki Teshima 822c67fdee remove non ASCII character from comment 8 years ago
Tomoaki Teshima aec59aba34 suppress warnings 8 years ago
Tomoaki Teshima 64cf206fb5 optimize blend using universal intrinsic 8 years ago
Alexander Alekhin 4c7aa8645a ocl: validate arguments in KernelArgs constructor 8 years ago
Tomoaki Teshima 37be9ddeec add enum Bayer**2BGRA 8 years ago
LaurentBerger b3c1bd788a Add note about OTSU and TRIANGLE (comment sovrasov) 8 years ago
LaurentBerger fa4d32f7dd Solve issue 8136 opencv doc of threshold 8 years ago
Alexander Alekhin ec47a0a6de build: workaround for missing _mm256_setr_m128 in GCC 8 years ago
Tomoaki Teshima 07979b02c3 optimize corner detection series using AVX instructions 8 years ago
Tomoaki Teshima ddca982c09 remove pure SSE part 8 years ago
Tomoaki Teshima 062d2179eb use universal intrinsic in corner detection series 8 years ago
mshabunin 8c66531c42 imgproc/CLAHE/ocl: Removed unnecessary __local variable 8 years ago
Tetragramm 7cc0b0f93e Add case including both moments empty. 8 years ago
LaurentBerger e6f27240d5 dd a note in findcontours doc 8 years ago
Tetragramm d33d37ffd9 Add check for all zero moments. If one of the shapes is empty, the match would return zero distance between the shapes even when the other one had content. It now returns DBL_MAX if no moments had value. 8 years ago
Alexander Alekhin fa36b9d345 imgproc: fix using of uninitialized edge[] members in FillConvexPoly 8 years ago
Lorena García 3650ec02be HitMiss tutorial 8 years ago
Vitaly Tuzov be7d060ea4 Merge pull request #7802 from terfendail:ovxhal_wrappers_migration 8 years ago
Pavel Rojtberg 40686b5e87 initUndistortRectifyMap: CV_32FC2 is also supported as m1type 8 years ago
Alexander Alekhin 0e4dde1781 Merge pull request #7872 from alalek:merge-2.4 8 years ago
Rostislav Vasilikhin a2646062b2 ivx::Scalars replaced by immediate values 8 years ago
Rostislav Vasilikhin 1e2ad7e3e3 rewritten for new macro use 8 years ago
Rostislav Vasilikhin ee77538cf9 disabled due to bad accuracy 8 years ago
Rostislav Vasilikhin 3f1734bbc7 fixed type checks in wrappers; array downloading code simplified 8 years ago
Rostislav Vasilikhin 77f99358df fix vxCommitArrayRange() call 8 years ago
Rostislav Vasilikhin 5f4112a1cf added initial version of wrapper for Harris corner detection 8 years ago
Rostislav Vasilikhin faefbf93bc Merge pull request #7793 from savuor:openvx_pyrDown 8 years ago
Rostislav Vasilikhin 8b9422a052 OpenVX wrappers rewritten with CV_OVX_RUN, VX_DbgThrow 8 years ago
Vitaly Tuzov 3c5eb513dd Fixed OpenVX to OpenCV compatibility for NN remap 8 years ago
Vitaly Tuzov f8b4d28745 Added OpenVX based processing to remap 8 years ago
Vitaly Tuzov 2c89b39eee Added OpenVX based processing to calcHist 8 years ago
Vladislav Sovrasov 12383a124b Disable error throwing in convexityDefects when hull is a line or point 8 years ago
apavlenko 3aedc134c2 replacing white noise with fruits picture 8 years ago
apavlenko a99118c4c7 moving CannyVX test from ocl to cpp file 8 years ago
apavlenko 4246d3667f disabling again 8 years ago
apavlenko 76c38f0c80 trying to enable canny_vx adding a new test comparing canny_cv vs canny_vx 8 years ago
apavlenko f3ec56fcee fixing build errors 8 years ago
apavlenko 541d5b02d9 disabling due to accuracy issues 8 years ago
apavlenko ccd8031a33 fixing compilation 8 years ago
apavlenko 1e2ddc30b1 Canny via OpenVX, Node wrapper extended (query/set attribute), some naming fixes 8 years ago
Alexander Alekhin 98181e9d7f imgproc/drawing: minor refactoring in FillConvexPoly 8 years ago
Alexander Alekhin 7e0f1ec00a test: putText regression garbage test 8 years ago
Alexander Alekhin bcbe2f123f test: move more drawing tests 8 years ago
Alexander Alekhin 781ab3d481 test: minor refactoring in test_drawing 8 years ago
Alexander Alekhin ee265962b2 test: move test_drawing into imgproc module 8 years ago
Alexander Alekhin 62c9ff25e5 core: added inplace check in 'divSpectrums' 8 years ago
Li Peng 396921dd23 5x5 gaussian blur optimization 8 years ago
Vitaly Tuzov afc7396975 Added OpenVX based processing to gaussianBlur 8 years ago
Li Peng b69cdb2434 Image pyramids upsampling optimization 8 years ago
Vitaly Tuzov 6d55e99291 Added OpenVX based processing to boxFilter 8 years ago