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
Jason Newton
d5aa679d3f
adjust output type to return int32... it should at least be unsigned but this breaks python bindings;
...
remove non-8bit input type support, not worth the binary size
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
12 years ago
marina.kolpakova
0865227049
check if scaling values changed
12 years ago
marina.kolpakova
c3e4a52fbe
soft cascade sample
12 years ago
marina.kolpakova
ee4f003e72
fixed typo
12 years ago
marina.kolpakova
781c04324e
refactor: PrefixSum
12 years ago
marina.kolpakova
a30bbda3bd
remove hardcoded values
12 years ago
LeonidBeynenson
52a136227d
Modified documentation for calcOpticalFlowSF.
12 years ago
marina.kolpakova
8acfbde68e
remove debug detect at scale method
12 years ago
marina.kolpakova
72e2b8b370
remove size constraints of input frame
12 years ago
marina.kolpakova
08910e81af
integrate pre-Kepler architectures
12 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
.
12 years ago
Alexander Mordvintsev
9cfa51a483
added CV_OUT to StereoVar output paramiter
12 years ago
marina.kolpakova
1edab12068
fix for negative confidence
12 years ago
Vladislav Vinogradov
a9919e01d0
fixed bug in gpu::HoughLines
12 years ago
Vladislav Vinogradov
606c23b9aa
fixed gpu module tests
...
uses old CommandLineParser class
12 years ago
Alexander Smorkalov
96e4eed018
Logcat message for disabled test cases added.
12 years ago
Alexander Smorkalov
9f5fcff3ea
More common way of test case disabling implemented.
12 years ago
marina.kolpakova
bd9ca48fab
export to python/java
12 years ago
Alexander Smorkalov
e06c5b6fd5
Code review comments applied.
12 years ago
marina.kolpakova
aa92be34d6
GK107 Policy
12 years ago
marina.kolpakova
580d8173e5
refactor computing of scaling factor
12 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
12 years ago
Vladislav Vinogradov
810829f32e
speedup compilation of row_filter.cu and column_filter.cu
...
split them into several small files
12 years ago
Vladislav Vinogradov
29f89e8930
moved block.hpp to include folder
12 years ago
marina.kolpakova
d3ac282487
GPU soft cascade documentation
12 years ago
marina.kolpakova
916967cac5
add comments to class declaration
12 years ago
marina.kolpakova
0cbf9eb22a
add support for CUDA streams
12 years ago
marina.kolpakova
40600fa504
GPU version becomes algorithm
12 years ago
marina.kolpakova
e6eb1b99e1
fix negative confidence bug
12 years ago
marina.kolpakova
27eb2e27db
enable fast integral for Kepler
12 years ago
marina.kolpakova
9b251f8130
remove Sobel normalization
12 years ago
marina.kolpakova
df392cc830
use fast integral for soft cascade
12 years ago