48 Commits (f690440533c42f2a1bb1897a30d0a89531787b59)

Author SHA1 Message Date
vbystricky 38913bf5f6 Change all 'ippStsNoErr==' to '0<=', and all 'ippStsNoErr!=' to '0>' 11 years ago
vbystricky 06acb8b0ee Check 8.1 ipp version for gaussian functions, which not exists in versions before this. 11 years ago
vbystricky be29d628d3 Check 8.1 ipp version for morphology functions, which not exists in versions before this. 11 years ago
vbystricky 1b3651d8ee Undo changes ipp to ippicv prefix of function names 11 years ago
vbystricky b3db990daa Remove unused code 11 years ago
vbystricky 58de8bc917 Change deprecated functions to valid 11 years ago
vbystricky 01a66a2938 Prepare codes for ippicv library 11 years ago
Konstantin Matskevich 67926fa028 ocl morphology fix 11 years ago
Ilya Lavrenov d1cfcfcafd added 3-channels support to morphology operations 11 years ago
Ilya Lavrenov 4376de7698 fixed morphology operations 11 years ago
Ilya Lavrenov 78c2b3ca2a refactored imgproc 11 years ago
Ilya Lavrenov 52ed6d0d27 ported cv::goodFeaturesToTrack to T-API 11 years ago
Konstantin Matskevich ca9810e8aa hope last fix 12 years ago
Konstantin Matskevich 52df2b346b not synchronous kernel's run 12 years ago
Konstantin Matskevich 7a186c72e1 some fixes 12 years ago
Konstantin Matskevich f55c85fed3 morphology 12 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 12 years ago
Roman Donchenko 254d4ae429 Boring changes - imgproc. 12 years ago
Vadim Pisarevsky e85e4d3ab9 fixed bug in IPP-accelerated morphology; added several IPP imgwarp functions (by Klim) 12 years ago
Vadim Pisarevsky f12702be24 fixed bugs in rectangular morphology case 12 years ago
Vadim Pisarevsky 771feb61c2 fixed building OpenCV with IPP 6.x (different DFT API); added Canny and rectangular morphology (based on Alex Kapustin patches) 12 years ago
Roman Donchenko 3c137f7a04 Converted tabs to spaces. 12 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 12 years ago
kdrobnyh 7da5fa01d4 Removed extra {} in erosion and dilation functions 12 years ago
kdrobnyh 94bc4c4429 Some changes in erosion and dilation functions 12 years ago
kdrobnyh 487ded8b27 Add IPP erosion and dilation 12 years ago
Roman Donchenko 29b13ec1de Replaced most of the usages of parallel_for with that of parallel_for_. 12 years ago
Andrey Kamaev 288a0634c2 Make imgproc.hpp independent from C API 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
Andrey Kamaev afe85e7e51 Fix some warnings from -O0 build 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 13 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 13 years ago
Vadim Pisarevsky 9956c42804 fixed iterations>1 case in morphological operations (bug #2348; thanks to Andrei Zaharescu for the fix) 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Vadim Pisarevsky 1371c96935 extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations. 13 years ago
Ilya Lysenkov 04ac6db04a Added support of CV_16S depth in morphology operations 13 years ago
Vadim Pisarevsky 4985c1b632 fixed hundreds of warnings from MSVC 2010. 13 years ago
Victoria Zhislina 0630e7010e CV_USE_UNROLLED for imgproc 13 years ago
Vladislav Vinogradov 18c48196f8 fixed compile error 13 years ago
Anatoly Baksheev 84db4eb6fa fixed ~200 warnings for windows 13 years ago
Kirill Kornyakov 694ea8e0c8 Added threaded versions (enabled only for Tegra at the moment) of threshold, erode/dilate. Slighlty restructured the code of medianBlur. 14 years ago
Andrey Kamaev 95d659a3cf Refactored Tegra related macro usage 14 years ago
Kirill Kornyakov 602ad61967 Optimized versions of Erode and Dilate functions added 14 years ago
Vadim Pisarevsky 0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
Vadim Pisarevsky abeeb40d46 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago