Anatoly Baksheev
|
3456238c16
|
minor
|
13 years ago |
Anatoly Baksheev
|
0ba01afd83
|
added GPU bilateral filter + tests
added GPU non local means brute force filter + tests
|
13 years ago |
Sergiu Dotenco
|
6c3e769f32
|
eliminated type conversion warnings
|
13 years ago |
Alexander Kapustin
|
1b5903a719
|
Laplacian tegra optimized was added
|
13 years ago |
Anatoly Baksheev
|
70204a8e68
|
Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now
|
13 years ago |
Anatoly Baksheev
|
e60a50c43c
|
removed /EHa flag for cuda compilation
|
13 years ago |
Anatoly Baksheev
|
290030d030
|
possibility to enable /mp compiler flag from cmake
fixed MCVC warnings
|
13 years ago |
Vsevolod Glumov
|
fc307c87dc
|
Improved the public 'non-optimized' duplicates of 'Tegra-optimized' functions.
|
13 years ago |
Ilya Lavrenov
|
92795ba476
|
parallel version of remap, resize, warpaffine, warpPerspective. Some optimization for 2x decimation in resize algorithm
|
13 years ago |
Vadim Pisarevsky
|
793e8b546d
|
fixed build on Ubuntu
|
13 years ago |
Vadim Pisarevsky
|
64661ea9cd
|
added SSE2-optimized resizeAreaFast for 8-bit images by Grigoriy Frolov
|
13 years ago |
Vadim Pisarevsky
|
2f1cc018c9
|
enabled SSE3 by default; integrated SSE3-optimized bilateral filter (by Grigoriy Frolov); modified API of non-local means (use Input/OutputArrays)
|
13 years ago |
Andrey Kamaev
|
1a621c2916
|
Fix build warnings
|
13 years ago |
Maria Dimashova
|
d973d571a4
|
changed the value that replace NaNs in bilateralFilter_32f
|
13 years ago |
Daniil Osokin
|
f1d41d8b94
|
disabled whole perf test for distance transform
|
13 years ago |
Daniil Osokin
|
f4d4b0d742
|
disabled perf test on distance transform
|
13 years ago |
Daniil Osokin
|
0609f4e9b4
|
Added blur16x16 perf test
|
13 years ago |
Daniil Osokin
|
b97b48ecb6
|
Added perf tests for histogram
|
13 years ago |
Daniil Osokin
|
0b54739822
|
Added perf test for distanceTransform
|
13 years ago |
Daniil Osokin
|
7a2eb514fa
|
Added color YUV422 perf test
|
13 years ago |
Daniil Osokin
|
e37b9469da
|
Added perf tests
|
13 years ago |
Daniil Osokin
|
4fdff6347f
|
Added blur16x16 perf test
|
13 years ago |
Daniil Osokin
|
136dff5fe4
|
Added perf tests for histogram
|
13 years ago |
Daniil Osokin
|
9a408c744d
|
Added perf test for distanceTransform
|
13 years ago |
Daniil Osokin
|
bbc8605530
|
Added color YUV422 perf test
|
13 years ago |
Daniil Osokin
|
8f6a2438a7
|
Added perf test for remap
|
13 years ago |
Andrey Kamaev
|
5100ca7508
|
svn repository web references are replaced with links to git
|
13 years ago |
Andrey Kamaev
|
9981b283a6
|
Fixed build warnings (including error in FAST)
|
13 years ago |
Vadim Pisarevsky
|
9c0f556d88
|
fixed a few compile warnings and errors with VS2010.
|
13 years ago |
Vadim Pisarevsky
|
310b1ad7b9
|
moved parallel_for_ and ParallelLoopBody to core.hpp
|
13 years ago |
Ilya Lavrenov
|
27c2aa3a4e
|
parallel version of bilateral filter was implemented using parallel_for_
|
13 years ago |
Vadim Pisarevsky
|
fac3d9994c
|
integrated another portion of SSE optimizations from Grigory Frolov
|
13 years ago |
Maria Dimashova
|
c5dbc06158
|
fixed bilateralFilter on uniform CV_32F image
|
13 years ago |
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
13 years ago |
Andrey Kamaev
|
b1eba01afb
|
Fixed several mistakes in documentation
|
13 years ago |
Andrey Kamaev
|
bd394012e8
|
Eliminated discrepancy between SSE and non-SSE versions of bilinear resize
|
13 years ago |
Maria Dimashova
|
b528348f39
|
fixed #2118
|
13 years ago |
Andrey Pavlenko
|
a72f4474b4
|
fixing bug #1987(android keeps RGBA in alpha pre-multiplied form, Mat <-> Bitmap should handle this correctly)
|
13 years ago |
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
13 years ago |
Vadim Pisarevsky
|
87d1731714
|
added synonym CV_COMP_HELLIGNER for CV_COMP_BHATTACHARYAA to reflect the real formula used (bug report #2073)
|
13 years ago |
Vadim Pisarevsky
|
0c65ea976a
|
added the optional output maxima value to phaseCorrelate (patch #2071 by Robert Huitl)
|
13 years ago |
Andrey Kamaev
|
913d4541a5
|
Reduced some tegra stubs
|
13 years ago |
Alexander Shishkov
|
e4d9d5294e
|
fixed #2047
|
13 years ago |
Andrey Kamaev
|
c5aba337e9
|
Fixed number of warnings. Fixed mingw64 build.
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Andrey Kamaev
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
13 years ago |
Alexander Kapustin
|
018d85dddb
|
New Tegra Optimized thresh_16s and thresh_32f functions were added
|
13 years ago |
Andrey Kamaev
|
f62028dc16
|
Fixed mingw build.
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Marina Kolpakova
|
9aa3f754b7
|
fixed accuracy test
|
13 years ago |