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
Andrey Kamaev
44e8d76d74
Change denoising strength parameter from int to float
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
Vladislav Vinogradov
6f175a3c52
changed the type of the arguments to const reference (Bug #2376 )
...
ORB_GPU::downloadKeyPoints
ORB_GPU::convertKeyPoints
12 years ago
yao
2e36338636
remove warnings of some functions in ocl module
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
40d5b026c7
fixed verbose mode in highgui's DirectShow wrapper (bug #2350 )
12 years ago
Andrey Kamaev
56ac2937d8
Fix typo
12 years ago
Vadim Pisarevsky
c3c49a317b
fixed outlier filtering in cvStereoRectifyUncalibrated (bug #2367 )
12 years ago
Andrey Kamaev
f42b38ac44
Refactor fast NL-means denoising
...
* reorder arguments
* rewrite accuracy tests
* replace doubles with integer arithmetic inside the main loop
12 years ago
Vadim Pisarevsky
4e07561141
fixed possible compile error in cap_ffmpeg_impl.hpp (bug #2365 )
12 years ago
yao
d38359620e
some optimizations to ocl::blend
12 years ago
Oleg Sklyarov
bbe418427e
Added WQHD = 1444p frame size
12 years ago
Vadim Pisarevsky
2d334401b1
improved the condition in the FAST test
12 years ago
Vadim Pisarevsky
d2613dd9f6
added patches by Bram Bolder
12 years ago
yao
310bd8701c
a little optimizations to ocl::pyrDown
12 years ago
Ilya Lavrenov
fffd263ce4
attempt
12 years ago
Ilya Lavrenov
f58c5646b0
fixed wrong condition with interpolation types
12 years ago
Ilya Lavrenov
5ab3fe489f
changed resize_area test
12 years ago
Andrey Kamaev
7e35838849
Minor refactoring of NL-means denoising
12 years ago
Ilya Lavrenov
a65cb5d2de
added extra debug parameters in resize test
12 years ago
Vadim Pisarevsky
58fb8692c3
added test for png encoding bug #2352
12 years ago
Ilya Lavrenov
03daf44848
added recalculating scale coefficients
12 years ago
Vadim Pisarevsky
d9e801fbfa
improved image rendering performance in Qt backend for highgui UI (bug #2356 )
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
089de14ed7
Fix copy-paste bug in AVX optimization of haar
12 years ago
Andrey Kamaev
f32eb05ea1
Fix AVX and other SIMD support detection
12 years ago
Andrey Kamaev
cd05d9aaad
Fix build of Java API for Windows
12 years ago
Andrey Kamaev
fe0d07ae53
Add experimental support for desktop Java
...
Based on pull request #31 (thanks to Eric Christiansen)
Support for Java is turned off by default and can be enabled setting
BUILD_opencv_java to ON (e.g. cmake -DBUILD_opencv_java=ON ..)
12 years ago
yao
78e89890b0
add PyrLK to ocl module
12 years ago
Andrey Kamaev
0e9405e591
Honor resently added functionality in hdr_parser and rst_parser; minor fixes in documentation
12 years ago
Alexander Smorkalov
e9009db667
All HTC One S related changes reverted due to applyProperties problems on other devices. Libraries rebuilt.
...
(cherry picked from commit 8104164c78
)
12 years ago
Alexander Smorkalov
8104164c78
All HTC One S related changes reverted due to applyProperties problems on other devices. Libraries rebuilt.
12 years ago
yao
9efd7019ad
A more reasonable verify method for ocl::HOG accuracy test
12 years ago
Vladislav Vinogradov
538847e8a3
fixed compilation under VS2012 (Bug #2352 , #2355 )
12 years ago
Andrey Kamaev
4772c42c66
Tweak strip flags for Android camera wrapper libs
12 years ago
Vladislav Vinogradov
35b671efb5
disabled utility code in gpu tests when WITH_CUDA=false
12 years ago
Vladislav Vinogradov
fd77ef7ece
optimized gpu pyrDown and sepFilter2D
12 years ago
Vladislav Vinogradov
7591ee1688
fixed gpu perf tests (VideoCapture reopen)
12 years ago
Alexander Smorkalov
af2de86914
Native camera fix for Nexus 7 with Android JB. Camera build script updated.
...
(cherry picked from commit afe30d0f8a
)
12 years ago
Alexander Smorkalov
afe30d0f8a
Native camera fix for Nexus 7 with Android JB. Camera build script updated.
12 years ago
yao
656f06fa74
add bruteForceMatcher to ocl module
12 years ago
niko
23244a3565
rename all the perf test files
...
fix the channel 3 bug in matrix operation
perf and buf fix for LUT haardetect convertC3C4 resize warpaffine copytom settom
add convovle
remove stereo
12 years ago
Vadim Pisarevsky
e94cd1ec72
updated description of LineIterator with information about LineIterator::pos() (ticket #2338 )
12 years ago
Vadim Pisarevsky
52ede9c84d
fixed just introduced bug in Python wrapper generator
12 years ago