Vladislav Vinogradov
336989f80b
added image stitching module
14 years ago
Andrey Kamaev
727fbd5376
Android cmake toolchain file is included into OpenCV
14 years ago
Andrey Kamaev
c122b7e114
Fixed tests compilation issue with low Android API levels. OpenCV successfully compiles for API level 3 and above.
...
Enable tests for Android by default.
14 years ago
Ethan Rublee
17b11a47bf
Conditional for the module ts, depending on whether tests are being built.
14 years ago
Andrey Kamaev
b906ad3108
Test system included into Android build
14 years ago
Andrey Kamaev
68534d70f3
Merged android-experimental branch back to trunk.
14 years ago
Vadim Pisarevsky
061b49e0b2
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
14 years ago
Vadim Pisarevsky
97d9a672cc
moved gtest to modules; added some gtest-based tests
14 years ago
Marius Muja
16b1f61c83
Updated FLANN to version 1.5
14 years ago
Anatoly Baksheev
99f90ffc9e
fixed if condition syntax: ! -> NOT
14 years ago
Ethan Rublee
8ee50c422b
adding some small changes to support android build,
...
mainly cmake stuff, but in persistance the wcstombs
is not supported on android, and in
sift.cpp there was and ifdef that affected arm and this
causes undefined symbols on android.
14 years ago
Anatoly Baksheev
d1fc3e6b5a
cv::gpu::CudaStream -> cv::gpu::Stream
...
some refactoring
added gpu module to compilation
14 years ago
Anatoly Baksheev
7f6fb6ef97
First gpu code draft. Interface might be significantly changed in future.
...
Simple implementation of StereoBM_GPU.
It is excluded from compilation now.
15 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago