marina.kolpakova
|
6ccd7aca4c
|
fix tests for arm
|
13 years ago |
Andrey Pavlenko
|
cfd634ca3e
|
Improving compatibility with the latest Android SDK (r21) and NDK (r8c).
- Adding Android SDK/ADT r21 compatibility;
- fixing stl headers path for new ndk;
- fixing native API level for Android projects
|
13 years ago |
Andrey Kamaev
|
04481d9ef4
|
Fix Android build with clang compiler
|
13 years ago |
Alexander Smorkalov
|
66a1ea7604
|
Test execution inside Eclipse fixed;
OpenCV testing via OpenCV Manager implemented.
|
13 years ago |
LeonidBeynenson
|
52a136227d
|
Modified documentation for calcOpticalFlowSF.
|
13 years ago |
marina.kolpakova
|
e3c93ad9cf
|
Revert "Merge pull request #141 from jet47/gpu-pyrlk-fix" because this bug appears only in 2.4
This reverts commit 7e301c5c0e , reversing
changes made to b5e009eb87 .
|
13 years ago |
Alexander Mordvintsev
|
9cfa51a483
|
added CV_OUT to StereoVar output paramiter
|
13 years ago |
marina.kolpakova
|
1edab12068
|
fix for negative confidence
|
13 years ago |
Vladislav Vinogradov
|
a9919e01d0
|
fixed bug in gpu::HoughLines
|
13 years ago |
Vladislav Vinogradov
|
606c23b9aa
|
fixed gpu module tests
uses old CommandLineParser class
|
13 years ago |
Alexander Smorkalov
|
96e4eed018
|
Logcat message for disabled test cases added.
|
13 years ago |
Alexander Smorkalov
|
9f5fcff3ea
|
More common way of test case disabling implemented.
|
13 years ago |
marina.kolpakova
|
bd9ca48fab
|
export to python/java
|
13 years ago |
Alexander Smorkalov
|
e06c5b6fd5
|
Code review comments applied.
|
13 years ago |
Vladislav Vinogradov
|
afff9cf716
|
Optimized buffers reuse in gpu module:
ensureSizeIsEnough now doesn't reallocate memory, if buffer is small submat of big matrix
fixed createContinous according new changes
|
13 years ago |
Vladislav Vinogradov
|
810829f32e
|
speedup compilation of row_filter.cu and column_filter.cu
split them into several small files
|
13 years ago |
Vladislav Vinogradov
|
29f89e8930
|
moved block.hpp to include folder
|
13 years ago |
Alexander Smorkalov
|
baef62b4d2
|
Java test fix. Eclipse test execution fix.
|
13 years ago |
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
13 years ago |
Andrey Kamaev
|
b131dfeecd
|
Build tutorial codes together with other samples
These codes should be included into regular builds.
|
13 years ago |
Andrey Kamaev
|
0a4ed2bc01
|
Fix Windows build warnings
|
13 years ago |
Andrey Kamaev
|
8c9c2b3a03
|
Fix build on Windows with OpenGl enabled
There was missing windows.h include in OpenGL interop code.
|
13 years ago |
Andrey Kamaev
|
e5ffbf9498
|
Fix stream output operator for Vec<uchar,n>
This fixes output for 8U and 8S vector depths.
They were mistakenly printed as characters instead of numbers.
|
13 years ago |
marina.kolpakova
|
665bf430d5
|
fix warnings under win
|
13 years ago |
Vadim Pisarevsky
|
2e54e2a586
|
fixed problem with LBPHFaceRecognizer::update() without breaking binary compatibility.
|
13 years ago |
Vladislav Vinogradov
|
bff818afbd
|
fixed static build of gpu module with ffmpeg:
multiple definition of cap_ffmpeg_impl.hpp functions in gpu and highgui
|
13 years ago |
Vadim Pisarevsky
|
9163471987
|
improved accuracy of 3x3 invert on poorly-conditioned matrices (bug #2525)
|
13 years ago |
marina.kolpakova
|
8a3e897999
|
min and max params become double
|
13 years ago |
marina.kolpakova
|
e379771c03
|
git warning
|
13 years ago |
marina.kolpakova
|
f93cffaa0d
|
fix compilation under win
|
13 years ago |
marina.kolpakova
|
1022094dc0
|
fix levels computing
|
13 years ago |
marina.kolpakova
|
f1e36043e6
|
clean code
|
13 years ago |
marina.kolpakova
|
4656872161
|
fixed typo
|
13 years ago |
marina.kolpakova
|
5fb9f48360
|
fix angle scaling
|
13 years ago |
marina.kolpakova
|
31a073ca66
|
documentation
|
13 years ago |
marina.kolpakova
|
4207552e19
|
add object init
|
13 years ago |
marina.kolpakova
|
157ab66ab9
|
add ROI support
|
13 years ago |
marina.kolpakova
|
6a3a723938
|
refactor integral channels
|
13 years ago |
marina.kolpakova
|
65543c53f6
|
update test according to resize usage
|
13 years ago |
marina.kolpakova
|
4a1c4a9862
|
soft cascade become Algorithm
|
13 years ago |
Vladislav Vinogradov
|
a0be7b57f5
|
fixed bug in gpu::PyrLKOpticalFlow::dense
vector index out of range
|
13 years ago |
NikoKJ
|
95869a6081
|
fix the compilation bug of main.cpp in perf test and accuracy test on ocl module. It caused by the incompatibility of command line parser class in core.hpp between master branch and 2.4 branch.
|
13 years ago |
marina.kolpakova
|
ff8417db00
|
remove input frame size constraints
|
13 years ago |
marina.kolpakova
|
3cb9afb4e7
|
test update because changed Sobel Normalization
|
13 years ago |
marina.kolpakova
|
a84334cfc2
|
brief soft cascade interface description
|
13 years ago |
marina.kolpakova
|
2e8ed77383
|
get rid of hard-coded values
|
13 years ago |
marina.kolpakova
|
16dd09ccfc
|
move scale related parameters to SoftCascade constructor
|
13 years ago |
marina.kolpakova
|
017d970b9a
|
load SoftCascade from FileStorage
|
13 years ago |
marina.kolpakova
|
a22ee13620
|
rename markDetection to addDetection
|
13 years ago |
marina.kolpakova
|
40c0c60e2b
|
remove unused struct
|
13 years ago |