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_.
This should allow many algorithms to take advantage of more parallelization
technologies.
|
12 years ago |
Andrey Kamaev
|
afe85e7e51
|
Fix some warnings from -O0 build
|
12 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
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
|
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 |