Vladislav Vinogradov
1f1e24be3c
PyrLKOpticalFlow
12 years ago
Vladislav Vinogradov
1b571bde10
StereoConstantSpaceBP
12 years ago
Vladislav Vinogradov
0e339dd137
hog
12 years ago
Vladislav Vinogradov
0ddd16cf78
calcHist & equalizeHist
12 years ago
Vladislav Vinogradov
7e57648ea2
FGDStatModel
12 years ago
Vladislav Vinogradov
28716d7f30
Canny
12 years ago
Vladislav Vinogradov
e299595667
computeHypothesisScoresKernel
12 years ago
Vladislav Vinogradov
05db02fbc8
BruteForceMatcher
12 years ago
Vladislav Vinogradov
7a1874b2cc
new reduce and reduceKeyVal implementation
12 years ago
Vladislav Vinogradov
d47c112434
fix abs_func and minimum/maximum functors
12 years ago
marina.kolpakova
7df45c0dcc
remove unnecessary copying in SURF
12 years ago
marina.kolpakova
91913364d6
reintegrate warp shuffle based integral
12 years ago
marina.kolpakova
5460cee9e9
fix cascade classifier GFF NMS for empty candidates vector
12 years ago
Maria Dimashova
97e36b9375
fix a compile error in case of building without highgui
12 years ago
marina.kolpakova
68d04d28b6
replace offsets in surf to simple copy for better speed
12 years ago
Andrey Kamaev
8daebeac8a
run.py: add --check option for easy run of sanity checks
12 years ago
Andrey Kamaev
9db1d9ba13
run.py: improve handling of multiple Android devices
...
* do not lose auto-selected device while running several tests
* reduce output noise
* list available devices if unable to auto-select device
* fix error message when no devices connected
12 years ago
marina.kolpakova
be0c20b758
align grid by 4
12 years ago
marina.kolpakova
285d6320be
add #/usr/bin/env python to all python files
12 years ago
marina.kolpakova
6ccd7aca4c
fix tests for arm
12 years ago
Alexander Smorkalov
3282e08f55
Default native library path for native camera updated.
...
New versions tries to search library in arm-v7a and Manager packages only.
12 years ago
Alexander Smorkalov
aa4e6a8a83
Issue #2547 Native camera does not work on Google Nexus 7 with Android 4.2 fixed;
...
Issue #2506 Unnecessary log printouts in OpenCV::camera fixed;
Native camera for MIPS Android 4.1.1 added.
Build script for camera updated.
12 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
12 years ago
Andrey Kamaev
04481d9ef4
Fix Android build with clang compiler
12 years ago
Alexander Smorkalov
66a1ea7604
Test execution inside Eclipse fixed;
...
OpenCV testing via OpenCV Manager implemented.
12 years ago
Ilya Lavrenov
4abf0b3193
thread-safe VideoWriter and VideoCapture
12 years ago
marina.kolpakova
a9f10e5cad
fixed compile without cuda
13 years ago
marina.kolpakova
0865227049
check if scaling values changed
13 years ago
marina.kolpakova
c3e4a52fbe
soft cascade sample
13 years ago
marina.kolpakova
ee4f003e72
fixed typo
13 years ago
marina.kolpakova
781c04324e
refactor: PrefixSum
13 years ago
marina.kolpakova
a30bbda3bd
remove hardcoded values
13 years ago
LeonidBeynenson
52a136227d
Modified documentation for calcOpticalFlowSF.
13 years ago
marina.kolpakova
8acfbde68e
remove debug detect at scale method
13 years ago
marina.kolpakova
72e2b8b370
remove size constraints of input frame
13 years ago
marina.kolpakova
08910e81af
integrate pre-Kepler architectures
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
marina.kolpakova
aa92be34d6
GK107 Policy
13 years ago
marina.kolpakova
580d8173e5
refactor computing of scaling factor
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