Andrey Kamaev
f489eb9a5d
Fix build warnings in OpenCL samples
12 years ago
Andrey Kamaev
68be50bbab
Fix clang build warning
12 years ago
Andrey Kamaev
9690ed8232
Fix build of OpenCV samples (Linux)
12 years ago
Vadim Pisarevsky
c69312ea0d
fixed #2580 , #2210 . some work on #2025 .
...
modified SIFT to 1) double image before finding keypoints, 2) use floating-point internally instead of 16-bit integers, 3) set the keypoint response to the abs(interpolated_DoG_value). step 1) increases the number of detected keypoints significantly and together with 2) and 3) it improves some detection benchmarks. On the other hand, the stability of the small keypoints is lower, so the rotation and scale invariance tests now struggle a bit. In 2.5 need to make this feature optional and add some more intelligence to the algorithm.
added test that finds a planar object using SIFT.
12 years ago
Andrey Kamaev
d5b15d6523
Fix ocl build warnings
12 years ago
Stefan Romberg
9f417268b3
Fixed visualization by choosing the color appropriate to the detection
...
Fixed visualization by choosing the color appropriate to the detection
score.
Previously the example showed all detections with the same color
disregarding the confidence. This led to the impression that the object
detection did not work at all because there are many detections with low
confidences.
PR to master was
https://github.com/Itseez/opencv/pull/320
12 years ago
Vladislav Vinogradov
ae6266e101
fixes for gpu module:
...
- fixed printCudaDeviceInfo for new CC
- fixed some compilation errors and warnings
- removed unset command from CMake script
- removed unused std imports
12 years ago
Andrey Pavlenko
dd8e648d78
hiding empty menu button on Android 4
12 years ago
Andrey Kamaev
9944282b09
Fix build with STLPort from NDK r8d
12 years ago
Alexander Smorkalov
77df8730ef
Tutorial-5 sample extended.
...
Application menu reorganized;
Resolution control added.
12 years ago
Alexander Smorkalov
1555922228
OpenCV for Android SDK installation improved;
...
ReadMe.txt for OpenCV Manager added;
share folder excluded from SDK.
12 years ago
Alexander Smorkalov
d550f95347
Date and time added to saved file name.
12 years ago
Alexander Smorkalov
22484872fa
Sample Tutorial-5 improved
...
Aditional toasts added;
Exception handling improved;
Bitmap recycling added.
12 years ago
Andrey Pavlenko
ea83d384c1
removing Android tutorial 0 since it has become irrelevant after moving to the new application framework
12 years ago
Alexander Smorkalov
d36f8b9eb3
Code review comments applied
...
Sample renamed to CameraControl;
Picture taking added to show camera preview restart.
12 years ago
Alexander Smorkalov
86f7a357ae
Tutorial-5 functionality implemented.
12 years ago
Alexander Smorkalov
24c920a33a
Base for new sample added.
12 years ago
Alexander Smorkalov
e95fc27490
Samples updated
...
In tutorial-1 fps meter enabled via layout.xml. Camera id is set to "any" via lauout.xml;
In tutorial-2 message moved ion the bottom of the screen.
12 years ago
Andrey Pavlenko
b19f672843
( #2569 ) simplifying code to avoid Eclipse CDT editor confusion, removing warnings and typos in comments
12 years ago
marina.kolpakova
285d6320be
add #/usr/bin/env python to all python files
12 years ago
Alexander Smorkalov
2c67731a7b
Issue #2549 OpenCV Samples does not expand on full screen fixed.
...
All samples use application style in android manifest instead of system calls in onCreate event now.
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
Andrey Kamaev
dad56e202f
Rename sample & tutorial executables
12 years ago
Andrey Kamaev
b131dfeecd
Build tutorial codes together with other samples
...
These codes should be included into regular builds.
12 years ago
Alexander Smorkalov
91a9923dcf
Face detection package name replaced on org.opencv.facedetect for consistency with Google Play package.
12 years ago
Alexander Smorkalov
a1a2cb0aeb
OpenCV Samples testing problems fixed:
...
Memory leak in color-blob-detection sample fixed;
Default face size in face-detection is set to 20%;
Error handling improved;
Some possible mat leak fixed;
Manager verison and engine interface version incremented to fix incompatibilities;
Docs updated;
12 years ago
alexandre benoit
3fb90abb76
added retina code tutorial
12 years ago
Alexander
d495daf1ed
Memory leak of native OpenCV mats fixed.
12 years ago
Alexander Smorkalov
83d8bc8c55
Tutorial 1 updated. Execution time camera switching implemented.
...
Some unification done to simplify camera switching.
12 years ago
Andrey Kamaev
673aa91bac
Fix remaining windows build warnings
12 years ago
Alexander Smorkalov
76bcf72ded
2.4.3 version support added to OpenCV Manager. Docs updated. Samples updated.
12 years ago
Alexander Smorkalov
c1d42664bc
Refactring. Bug fix.
12 years ago
Alexander Smorkalov
a942747046
Code review coments fixed. Lint wornings fixed.
12 years ago
Alexander Smorkalov
4c06d0834e
camera-preview sample removed from CMakeLists.txt
12 years ago
Alexander Smorkalov
84856fa2c1
CMakeLists.txt rescued. Androidmanifest unified.
12 years ago
Alexander Smorkalov
a5ee07d340
Image manipulations sample ported on new framework.
12 years ago
Alexander Smorkalov
898320a0f6
Code clean up.
12 years ago
Alexander Smorkalov
c64ee44c9e
Color blob detection sample ported on new framework.
12 years ago
Alexander Smorkalov
2fd8b51a26
Face detection sample ported on new framework.
12 years ago
Alexander Smorkalov
d9ea16ce57
Tutorial1 ported on new framework.
12 years ago
Alexander Smorkalov
873f47654a
Tutorial2 ported on new framework.
12 years ago
Alexander Smorkalov
31763bdcf0
Tutorial3 ported on new framework.
12 years ago
Alexander Smorkalov
50500e5923
Tutorial4 ported on new sample framework.
12 years ago
Alexander Smorkalov
9029acf6f0
openCV application framework moved to modules/java/... folder. Now it is part of OpenCV SDK.
12 years ago
Alexander Smorkalov
68ab3d5be6
Processing thread added to Java camera view.
12 years ago
Alexander Smorkalov
8393fd0c9d
Auto focus added;
...
Old Android support added;
Android 4.1.x fixes added;
Thead sync added;
Camera errors handling added.
12 years ago
Alexander Smorkalov
f8bcff8ff3
Device rotation support added;
...
Nexus 7 support added.
12 years ago
Alexander Smorkalov
09901fae2b
OnResume/OnPause handlers added to start/stop camera.
...
OpenCV initialization moved to onResume event to support package installation waiting.
12 years ago
Alexander Smorkalov
cc3430dbcc
Naming fixed;
...
Warnings fixed;
Nexus 7 support added to manifest.
12 years ago