Alexander Smorkalov
fdc1a06397
Invalid copy-passed exception messages in FaceDetect sample for Android fixed.
11 years ago
Vladislav Vinogradov
0c7663eb3b
Merge branch 'master' into gpu-cuda-rename
...
Conflicts:
modules/core/include/opencv2/core/cuda.hpp
modules/cudacodec/src/thread.cpp
modules/cudacodec/src/thread.hpp
modules/superres/perf/perf_superres.cpp
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/optical_flow.cpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
samples/cpp/stitching_detailed.cpp
samples/cpp/videostab.cpp
samples/gpu/stereo_multi.cpp
11 years ago
Roman Donchenko
62353b7980
Boring changes - samples.
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 years ago
hbristow
2059972bf7
Preparing to rebase
12 years ago
caorong
a2adafd508
fix a bug(DetectorType never change)
...
changed line281 -> line220
Presentation:
because line 220 give the globle var mDetectorType,and in line 230 it will be compared with mDeteorType !!! it will never be unequal ~
fix:
change mDetectorType(previous globle var) to a new local val tmpDetectorType
12 years ago
Alexander Smorkalov
076941bb07
15-puzzle app reverted to usage of old CvCameraViewListener implementation;
...
super.onPause() call moved to begining of onPause method according Google recomandations.
12 years ago
Alexander Smorkalov
f8720ec60e
Code review issues fixed. Compatibility issues fixed.
12 years ago
Alexander Smorkalov
6b5eac328f
Android samples updated according onCameraFrame callback signature change.
...
FpsMeter class removed from Image Manipulations and Face Detection examples as unused code.
12 years ago
Andrey Pavlenko
b19f672843
( #2569 ) simplifying code to avoid Eclipse CDT editor confusion, removing warnings and typos in comments
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
Alexander Smorkalov
91a9923dcf
Face detection package name replaced on org.opencv.facedetect for consistency with Google Play package.
12 years ago
Alexander Smorkalov
95b7f5c46c
Face Detection sample namespace replaced on org.opencv.facedetect for consistency with Google Play.
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
Alexander Smorkalov
83d8bc8c55
Tutorial 1 updated. Execution time camera switching implemented.
...
Some unification done to simplify camera switching.
12 years ago
Alexander Smorkalov
76bcf72ded
2.4.3 version support added to OpenCV Manager. Docs updated. Samples updated.
12 years ago
Alexander Smorkalov
a942747046
Code review coments fixed. Lint wornings fixed.
12 years ago
Alexander Smorkalov
2fd8b51a26
Face detection sample ported on new framework.
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Andrey Kamaev
26bcb3812c
Fix binary compatibility of opencv_contrib
12 years ago
Alexander Smorkalov
a91de25f10
Build fix after issue #2284 fix.
12 years ago
Andrey Pavlenko
a8e7f91e34
java samples fix (clear view before drawing frame) of 'dirty' FPS display bug
12 years ago
Andrey Kamaev
f2a486c34b
Fix Android samples for devices having front camera only (Nexus 7)
...
(cherry picked from commit 067744d071
)
12 years ago
Andrey Kamaev
11bffb0e7d
Unify manifest files in Android examples
...
(cherry picked from commit bd12f636c8
)
Signed-off-by: Andrey Kamaev <andrey.kamaev@itseez.com>
12 years ago
Andrey Kamaev
067744d071
Fix Android samples for devices having front camera only (Nexus 7)
12 years ago
Andrey Kamaev
bd12f636c8
Unify manifest files in Android examples
12 years ago
Andrey Kamaev
05630b336b
Updated package version in Android samples
...
(cherry picked from commit 47b9640785
)
Signed-off-by: Andrey Kamaev <andrey.kamaev@itseez.com>
12 years ago
Andrey Kamaev
47b9640785
Updated package version in Android samples
12 years ago
Andrey Kamaev
eaf75dbc95
Fix crash on resume in face detection sample
12 years ago
Andrey Kamaev
a4235948a7
Fix Andoid samples: black screen after resume problem
12 years ago
Andrey Kamaev
e9e0668549
Fix crash on resume in face detection sample
12 years ago
Andrey Kamaev
285af48040
Fix Andoid samples: black screen after resume problem
12 years ago
Andrey Pavlenko
9f4c5afbbb
merging r9039-9040,9044 from trunk (warnings and message in Java)
13 years ago
Andrey Pavlenko
dc68a56bab
fixing wording
13 years ago
Andrey Pavlenko
92e6aa5f17
customizing the 'Google Market error' message in samples
13 years ago
Andrey Pavlenko
4e4db94b6b
removing warnings on deprecated api when targeting to android-15+
13 years ago
Marina Kolpakova
fb3d6ecb98
merged documentation and android service from trunk
13 years ago
Andrey Pavlenko
5ec9909b71
updating include dirs to make CDT project in Eclipse happy
13 years ago
Andrey Kamaev
620d122fc2
Contrib module is added to java wrappers; fixed algorithm initialisation for python bindings
13 years ago
Andrey Kamaev
51f6127e0a
Merged the recent fixes from 2.4 branch
13 years ago
Andrey Pavlenko
94f05241c5
removing windows-specific path from includes
13 years ago
Alexander Smorkalov
e5067bff41
Typo fix.
13 years ago
Alexander Smorkalov
65b53f96d0
OpenCV 2.4.0 constant version removed. All docs and samples updated for 2.4.2.
13 years ago
Alexander Smorkalov
139cc61001
Application start without service fixed.
13 years ago
Andrey Kamaev
af912f4843
Merged the trunk r8901:8904
13 years ago
Alexander Smorkalov
721c24bc1f
Typo fix. Name of native library was inconsists with java loadLibrary
13 years ago
Andrey Pavlenko
e2e6838da3
adding CDT Builder (via ndk-build.cmd) for JNI part
13 years ago
Andrey Kamaev
b368f99d03
Merged the trunk r8852:8880
13 years ago