Anatoly Baksheev
|
4b5bbb7752
|
fast_nlm initial version
|
12 years ago |
Andrey Kamaev
|
2446c9329f
|
Remove bad perf test for cvRound
|
12 years ago |
Andrey Kamaev
|
8c8ebd9ca6
|
Fix sanity checks for arithmetic tests on CV_32S data
|
12 years ago |
Vadim Pisarevsky
|
94b97b7a63
|
partially recovered binary compatibility (ticket #2415)
|
12 years ago |
Andrey Kamaev
|
25a9b0a255
|
Fix depth calculation for Scalar in core arithmetic
|
12 years ago |
Vladislav Vinogradov
|
ab3a5244ba
|
moved device layer headers to include directory
|
12 years ago |
Roy Reapor
|
aa400c5837
|
Fixed issue 2403
Created temporary files are now deleted in Win32.
|
12 years ago |
Vladislav Vinogradov
|
11367e2c3d
|
added GpuMat support to OutputArray
|
12 years ago |
Anatoly Baksheev
|
55b1d7c097
|
added CUDA_DISABLER preprocessor commands
|
12 years ago |
Vadim Pisarevsky
|
d09b3828b8
|
fixed fail in arithmetic test
|
12 years ago |
Ilya Lavrenov
|
0e07b0d73a
|
uncommented auto enabling GCD on Mac
|
12 years ago |
Ilya Lavrenov
|
077115bd4a
|
debug
|
12 years ago |
Leonid Beynenson
|
46ce5976ae
|
Fix: Windows compilation error in CommandLineParser.
|
12 years ago |
Leonid Beynenson
|
0bde00a88a
|
Changed CommandLineParser to make it less verbose
when it is unrequired.
|
12 years ago |
Alexander Kapustin
|
8f4ddad52d
|
1. New function ActualScalarDepth was added
2. Two new NeonOptimized functions subtract_8u8u32f and subtract_8u8u8s were added
|
12 years ago |
Alexander Kapustin
|
bb3332508e
|
1. New function ActualScalarDepth was added
2. Two new NeonOptimized functions subtract_8u8u32f and subtract_8u8u8s were added
Conflicts:
modules/core/src/arithm.cpp
|
12 years ago |
Andrey Pavlenko
|
3bad6ac0ee
|
This reverts commit 738d3fef38 .
|
12 years ago |
Vadim Pisarevsky
|
1ded1597e7
|
fixed mixed-type array operations (bug #2336)
|
12 years ago |
Alexander Kapustin
|
738d3fef38
|
1. New function ActualScalarDepth was added
2. Two new NeonOptimized functions subtract_8u8u32f and subtract_8u8u8s were added
|
12 years ago |
Vadim Pisarevsky
|
7946fcdb69
|
added test for #2336
|
12 years ago |
Andrey Kamaev
|
e73089bdb5
|
Fix windows build warnings
|
12 years ago |
Andrey Kamaev
|
f32eb05ea1
|
Fix AVX and other SIMD support detection
|
12 years ago |
Vadim Pisarevsky
|
e94cd1ec72
|
updated description of LineIterator with information about LineIterator::pos() (ticket #2338)
|
12 years ago |
Vadim Pisarevsky
|
7c13dc6cb3
|
little fix in command line parser - catch unknown parameter types
|
12 years ago |
Vadim Pisarevsky
|
0598f33a85
|
refactored command line parser, fixed the docs
|
12 years ago |
AoD314
|
54a202b3d5
|
add new version of CommandLineParser. add empty docs
|
12 years ago |
Vsevolod Glumov
|
037e3ee288
|
Fixed some minor formatting issues in 'old_basic_structures' and 'operations_on_arrays'.
|
12 years ago |
Vsevolod Glumov
|
3d072dce02
|
Revert "Another batch of fixed 'undocumented parameter' warnings in 'operations_on_arrays.rst'."
This reverts commit 907a9101eb .
|
12 years ago |
Vsevolod Glumov
|
907a9101eb
|
Another batch of fixed 'undocumented parameter' warnings in 'operations_on_arrays.rst'.
|
12 years ago |
Andrey Kamaev
|
bcd0aefbca
|
Fix gcc build errors and warnings
|
12 years ago |
Vsevolod Glumov
|
16717a8641
|
Partially cleaned 'operations_on_arrays' section of undocumented parameters.
|
12 years ago |
Vadim Pisarevsky
|
959674618f
|
restored SSE2 and added AVX optimization of the old haar face detector
|
12 years ago |
Vadim Pisarevsky
|
e17b70e533
|
updated documentation with the new PCA functionality
|
12 years ago |
Kevin
|
93155c6ae0
|
Overloaded PCA constructor and ( ) operator to implement Feature#2287 - PCA that retains a specified amount of variance from the data. A sample was added to samples/cpp to demonstrate the new functionality. Docs and Tests were also updated
|
12 years ago |
Vadim Pisarevsky
|
a74a2302aa
|
fixed bug #2331
|
12 years ago |
Vsevolod Glumov
|
ce4ac2d74a
|
Cleaned 'old_basic_structures' of undocumented parameters.
|
12 years ago |
Vincent Rabaud
|
f56432559e
|
add conversion from/to Matx
|
12 years ago |
Vadim Pisarevsky
|
0bd68a70f1
|
fixed #2297, #2300; fixed several warnings
|
12 years ago |
Vsevolod Glumov
|
c78884c780
|
Improved 'Operations on Arrays" section of 'Core' module documentation.
|
12 years ago |
Andrey Kamaev
|
639bbec44a
|
svn repository web references are replaced with links to git
|
12 years ago |
Anatoly Baksheev
|
70204a8e68
|
Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now
|
12 years ago |
Vincent Rabaud
|
1baf5209c4
|
fix the compile bug
|
12 years ago |
Vsevolod Glumov
|
fc307c87dc
|
Improved the public 'non-optimized' duplicates of 'Tegra-optimized' functions.
|
12 years ago |
Anatoly Baksheev
|
d395bf1522
|
minor fix in FindTBB
added texture_binder
|
12 years ago |
Vladislav Vinogradov
|
da5aaab277
|
optimized gpu::integral for Kepler
|
12 years ago |
Vadim Pisarevsky
|
8efb84b5a4
|
added ios camera support in highgui. turned on optimization in opencv2.framework (ticket #2232)
|
12 years ago |
marina.kolpakova
|
66eb96d719
|
minor warning fix
|
12 years ago |
Andrey Kamaev
|
8e2258c494
|
Fix Windows build after commit:41b6d25
|
12 years ago |
Andrey Kamaev
|
ff3aa6cbe1
|
Fix Android build after commit:41b6d25
|
12 years ago |
Vadim Pisarevsky
|
ec8f926686
|
small correction for the previous patch in parallel.cpp
|
12 years ago |