3042 Commits (3fddd3bf93137b02acab03ca789e64e7c25b213e)

Author SHA1 Message Date
LaurentBerger d8fdf9321d mend 8 years ago
LaurentBerger 4826d976d6 Suppress warning unused parameter 8 years ago
LaurentBerger 61b9484155 ApplyColorMap can be used with a user colormap 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
Li Peng 2ca5a7e862 more optimization for warpAffine and warpPerspective 8 years ago
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
monoid911 b879126584 Fix docs explaining the returnPoints argument of convexHull. 8 years ago
Alexander Alekhin 8019498c6e java tests fixes 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
Alexander Alekhin f21f153a5f test: backport check for Image_KernelSize_GaborFilter2d perf test 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
Juha Reunanen 5bb08bae28 Merge pull request #7464 from reunanen:test-7409-7458 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