Vadim Pisarevsky
|
e85e4d3ab9
|
fixed bug in IPP-accelerated morphology; added several IPP imgwarp functions (by Klim)
|
2013-09-02 18:34:50 +04:00 |
|
Vadim Pisarevsky
|
f12702be24
|
fixed bugs in rectangular morphology case
|
2013-08-28 19:53:40 +04:00 |
|
Vadim Pisarevsky
|
771feb61c2
|
fixed building OpenCV with IPP 6.x (different DFT API); added Canny and rectangular morphology (based on Alex Kapustin patches)
|
2013-08-28 17:00:26 +04:00 |
|
Roman Donchenko
|
3c137f7a04
|
Converted tabs to spaces.
|
2013-08-21 18:59:26 +04:00 |
|
Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
2013-08-21 18:59:24 +04:00 |
|
kdrobnyh
|
7da5fa01d4
|
Removed extra {} in erosion and dilation functions
|
2013-08-08 12:30:28 +04:00 |
|
kdrobnyh
|
94bc4c4429
|
Some changes in erosion and dilation functions
|
2013-07-30 15:13:04 +04:00 |
|
kdrobnyh
|
487ded8b27
|
Add IPP erosion and dilation
|
2013-07-16 22:35:16 +04:00 |
|
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.
|
2013-05-31 12:22:04 +04:00 |
|
Andrey Kamaev
|
afe85e7e51
|
Fix some warnings from -O0 build
|
2013-02-06 20:57:36 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Vadim Pisarevsky
|
9956c42804
|
fixed iterations>1 case in morphological operations (bug #2348; thanks to Andrei Zaharescu for the fix)
|
2012-09-11 14:49:56 +04:00 |
|
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
2012-04-13 21:50:59 +00:00 |
|
Ilya Lysenkov
|
04ac6db04a
|
Added support of CV_16S depth in morphology operations
|
2012-04-12 10:55:47 +00:00 |
|
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
2012-03-16 21:21:04 +00:00 |
|
Victoria Zhislina
|
0630e7010e
|
CV_USE_UNROLLED for imgproc
|
2012-02-21 11:31:23 +00:00 |
|
Vladislav Vinogradov
|
18c48196f8
|
fixed compile error
|
2012-02-14 11:29:08 +00:00 |
|
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)
|
2012-02-14 10:22:34 +00:00 |
|
Kirill Kornyakov
|
694ea8e0c8
|
Added threaded versions (enabled only for Tegra at the moment) of threshold, erode/dilate. Slighlty restructured the code of medianBlur.
|
2012-01-06 14:29:31 +00:00 |
|
Andrey Kamaev
|
95d659a3cf
|
Refactored Tegra related macro usage
|
2011-12-27 11:21:45 +00:00 |
|
Kirill Kornyakov
|
602ad61967
|
Optimized versions of Erode and Dilate functions added
|
2011-10-24 09:12:55 +00:00 |
|
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
2011-06-06 14:51:27 +00:00 |
|
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
|
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|