Seunghoon Park
|
73389b2b9c
|
Merge branch '2.4' into blur_border_isolated
|
2014-01-27 20:44:03 -05:00 |
|
Ilya Lavrenov
|
6b9ebcbf3d
|
deleted extra semicolons
|
2014-01-07 02:52:30 +04:00 |
|
Seunghoon Park
|
b036fc756a
|
fixing bug #3345
|
2013-12-30 21:10:06 -05:00 |
|
Ilya Lavrenov
|
5db1754d49
|
SSE2 optimization of cv::remap doesn't work with big images
|
2013-12-30 17:13:40 +04:00 |
|
Alexander Karsakov
|
6ef0253fb7
|
Disabled some IPP implementation since it breaks tests
|
2013-12-26 19:53:53 +04:00 |
|
Andrey Pavlenko
|
26f5d2d639
|
Merge pull request #1765 from ilya-lavrenov:cv_remap
|
2013-12-19 17:08:52 +04:00 |
|
Ilya Lavrenov
|
eb7ff99f80
|
fixed cv::remap and cv::convertMaps for map types CV_16SC2 && CV_16UC1
|
2013-12-04 22:04:31 +04:00 |
|
Eric Sommerlade
|
3b4f65b186
|
fixed comparison to stop integer wrap around
|
2013-11-26 00:12:30 +00:00 |
|
StevenPuttemans
|
7a8bd31657
|
Fixed bug in report #3346
|
2013-11-22 09:57:47 +01:00 |
|
Harris Gasparakis
|
a1de91a4fd
|
Cleaned up adaptive bilateral filtering, added support for gaussian interpolation, updated sample and docs
|
2013-11-06 16:48:50 +04:00 |
|
Ilya Lavrenov
|
5546f4d77f
|
consistency SSE2 and plain versions of convertMaps and remap
|
2013-11-01 14:50:41 +04:00 |
|
Ilya Lavrenov
|
036e99d03a
|
fixed ipp-related warnings
|
2013-10-05 14:54:00 +04:00 |
|
Alexander Smorkalov
|
1aaeb52a4c
|
Android NDK r9 support. x64 NDK support fix for MacOS X.
|
2013-10-03 11:36:12 +04:00 |
|
Roman Donchenko
|
f31d06f980
|
Merge pull request #1418 from vpisarev:24_ipp_sepfilter_dft
|
2013-09-12 12:19:37 +04:00 |
|
Roman Donchenko
|
84435ba741
|
Merge pull request #1365 from bitwangyaoyao:2.4_bilateral
|
2013-09-09 16:46:33 +04:00 |
|
Vadim Pisarevsky
|
61f2107829
|
added IPP optimization of separable 32f filters; fixed IPP version check in DFT; fixed conditions in IPP optimization of norm functions.
|
2013-09-09 16:13:39 +04:00 |
|
Roman Donchenko
|
cb0fc230f1
|
Merge pull request #1387 from vpisarev:ipp_imgwarp
|
2013-09-09 12:54:32 +04:00 |
|
Ilya Lavrenov
|
be98cd2f7f
|
replaced explicit __stdcall by CV_STDCALL
|
2013-09-05 19:25:03 +04:00 |
|
Roman Donchenko
|
6ebfa87181
|
Delete a bunch more trailing whitespace that slipped through the cracks.
|
2013-09-04 16:13:27 +04:00 |
|
Vadim Pisarevsky
|
e85e4d3ab9
|
fixed bug in IPP-accelerated morphology; added several IPP imgwarp functions (by Klim)
|
2013-09-02 18:34:50 +04:00 |
|
kdrobnyh
|
e6ec3dd17f
|
Add IPP support in resize, warpAffine, warpPerspective functions
|
2013-09-02 18:04:06 +04:00 |
|
Roman Donchenko
|
757e7f842b
|
Merge pull request #1300 from kdrobnyh:FilterBilateral
|
2013-09-02 17:01:38 +04:00 |
|
yao
|
26b5eb3e39
|
add adaptive bilateral filter (cpp and ocl version)
|
2013-08-29 10:48:15 +08: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
|
cdf6cf2cd8
|
Merge pull request #1213 from kdrobnyh:color
|
2013-08-28 13:31:09 +04:00 |
|
Roman Donchenko
|
3c137f7a04
|
Converted tabs to spaces.
|
2013-08-21 18:59:26 +04:00 |
|
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
|
Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
2013-08-21 18:59:24 +04:00 |
|
kdrobnyh
|
c1de14c27a
|
Fix bilateralFilter function
|
2013-08-19 15:52:34 +04:00 |
|
kdrobnyh
|
3c9f307193
|
macros -> template in IPP support cvtColor
|
2013-08-17 20:04:03 +04:00 |
|
Dmitry Retinskiy
|
4eb85189e5
|
bug #3094: added CV_Assert to PyrDown_ to check if source matrix is not empty
|
2013-08-14 15:30:35 +04:00 |
|
Roman Donchenko
|
dc06d47f1c
|
Merge pull request #1241 from SpecLad:redundant-precomps
|
2013-08-12 17:19:53 +04:00 |
|
Roman Donchenko
|
98cd04c191
|
Merge pull request #1163 from kdrobnyh:Morphology
|
2013-08-12 12:06:31 +04:00 |
|
Roman Donchenko
|
d9f71b762f
|
Deleted almost all of the precomp.cpp files.
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
|
2013-08-08 12:43:07 +04:00 |
|
kdrobnyh
|
7da5fa01d4
|
Removed extra {} in erosion and dilation functions
|
2013-08-08 12:30:28 +04:00 |
|
Vadim Pisarevsky
|
10fde1ca5c
|
disabled 64f IPP DFT; added IPP Gaussian filter; added IPP GetRectSubPix; added IPP BilateralFilter (temporarily disabled)
|
2013-08-06 18:31:06 +04:00 |
|
Roman Donchenko
|
4fb2e9a85a
|
Merge pull request #1196 from rdm12:bugfix_3121_cvtcolor
|
2013-08-05 12:52:15 +04:00 |
|
kdrobnyh
|
c1ad6a9ffb
|
Add IPP support in cvtColor function
|
2013-08-01 15:15:36 +04:00 |
|
Andrey Pavlenko
|
f7ce70f70a
|
Merge pull request #1110 from SpecLad:config-cleanup
|
2013-07-30 17:39:35 +04:00 |
|
kdrobnyh
|
94bc4c4429
|
Some changes in erosion and dilation functions
|
2013-07-30 15:13:04 +04:00 |
|
Dmitry Retinskiy
|
1d571b1eaa
|
bugfix #3121: corrected calculation of blue channel index
|
2013-07-26 16:31:39 +04:00 |
|
Vadim Pisarevsky
|
8b6afd697d
|
added call to IPP's ippiDistanceTransform_5x5_8u32f_C1R (by Alexander Kapustin)
|
2013-07-22 14:20:13 +04:00 |
|
Andrey Pavlenko
|
f01cd3d99e
|
Merge pull request #1158 from StevenPuttemans:bugfix_3165
|
2013-07-21 18:47:16 +04:00 |
|
StevenPuttemans
|
27ed32f833
|
Applied bugfix #3165 : Changed min_eps value
|
2013-07-19 14:11:04 +02:00 |
|
Andrey Pavlenko
|
6b047ca0eb
|
minor improvement (consistency, readability)
|
2013-07-18 19:50:51 +04:00 |
|
Andrey Pavlenko
|
74c72a1d7a
|
removing unreachible code
|
2013-07-18 19:15:49 +04:00 |
|
Roman Donchenko
|
b45d61d2ad
|
Merge pull request #1105 from kdrobnyh:Integral-Image-IPP
|
2013-07-17 13:10:24 +04:00 |
|
Alexander Smorkalov
|
16cfc7a531
|
WindowsRT build warning fixes.
|
2013-07-17 00:18:46 -07:00 |
|
kdrobnyh
|
487ded8b27
|
Add IPP erosion and dilation
|
2013-07-16 22:35:16 +04:00 |
|