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 |
Alexander Smorkalov
|
3a88fc5aa9
|
Android samples renaming was done. Icon updated.
|
13 years ago |
Marina Kolpakova
|
b28b2428f6
|
changing package layout after 'make install' for Android build
|
13 years ago |
Marina Kolpakova
|
01570fa800
|
merged Android Manager and new java layout
|
13 years ago |
Marina Kolpakova
|
680a44189c
|
merged the trunk r8704:8716
|
13 years ago |
Andrey Pavlenko
|
3804ca3e20
|
changing package layout after 'make install' for Android build
|
13 years ago |
Alexander Smorkalov
|
700b685575
|
Revision 8725 restored. Android sample FaceDetection updated according DetectionBasedTracker interface.
|
13 years ago |
Alexander Smorkalov
|
80febef237
|
revision 8721 vas merged to head. Detection based tracker interface changed. cpp and android samples updated.
|
13 years ago |
Andrey Kamaev
|
bd901eb52d
|
Reverted r8721 and r8725 (issue #2080)
|
13 years ago |
Alexander Smorkalov
|
02170a0a58
|
Sample updated due to new DetectionBasedTracker interface.
|
13 years ago |
Alexander Smorkalov
|
a3be73b5cc
|
revisions 8681 and 8688 restored. Warning fixed.
Warning: changes beak binary compatibility
|
13 years ago |
Andrey Pavlenko
|
0a58d8f139
|
moving to OpenCVLoader API
|
13 years ago |
Andrey Kamaev
|
d48d7b2b46
|
Updated warning options for GCC; fixed new warnings.
|
13 years ago |
Andrey Kamaev
|
f666bd221f
|
Merged the trunk r8595:8668 (except iOS and new gpu functionality)
|
13 years ago |
Andrey Pavlenko
|
8bc9e52dcc
|
fixing typo that breaks the build
|
13 years ago |
Andrey Kamaev
|
50c2443691
|
Merged Android samples from trunk r8423 r8533
|
13 years ago |
Alexander Smorkalov
|
3780685fe6
|
CodeReview #1512 notes fixed.
|
13 years ago |
Andrey Kamaev
|
949c4edf41
|
Merged the trunk r8408:8457 (inclusive)
|
13 years ago |
Alexander Smorkalov
|
fc71745caf
|
cv::Exception handling added. Multithreading bug fixed.
|
13 years ago |
Alexander Smorkalov
|
b422d078f8
|
Face detection example updated. Dtetection base tracker mode added.
|
13 years ago |
Andrey Kamaev
|
e1c4fd9e1f
|
Merged the trunk r8345:8376
|
13 years ago |
Andrey Pavlenko
|
5855c4905e
|
Android samples are updated: onPause()/onResume() release/open camera, a message is shown on camera open error, minor fixes in code and resources
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Andrey Pavlenko
|
2291faedd8
|
Java API: changing CvVectorXxx to MatOfXxx
|
13 years ago |
Andrey Pavlenko
|
0c45a5add2
|
Java API: minor bug-fixes and improvements in CvVector-s and tests
|
13 years ago |
Andrey Pavlenko
|
78d92584c3
|
Java API: changing C++ vector<T> handling;
Java tests fixes are expected shortly
|
13 years ago |
Andrey Kamaev
|
e72a23243b
|
Reworked build scripts for Android Java API, tests and examples
|
13 years ago |
Andrey Pavlenko
|
6708869425
|
updating Java samples to meet Java API changes
|
13 years ago |
Andrey Pavlenko
|
62591a1d5a
|
#1283, Mat <->Bitmap converters are updated to support CV_8UC(1,3,4) & non-continuous Mat-s and RGBA_8888 & RGB_565 Bitmaps; Android samples project files are updated according to the latest SDK req-s.
|
13 years ago |
Andrey Kamaev
|
e8032fa8e9
|
Fixed Android build with SDK revision 14
|
13 years ago |
Andrey Kamaev
|
d9d74678a9
|
Java API: corrected names of methods in Utils class; fixed bug in DMatch (thank for Hussein Abdinoor); added new utility method loadResource
|
13 years ago |
Andrey Pavlenko
|
fa0daa4809
|
Java API: fixing converters (copyData=true) and samples compilation
Testing: 1079/0/592
|
14 years ago |
Andrey Pavlenko
|
3d9cb082c9
|
making CV data type to be int
|
14 years ago |
Andrey Kamaev
|
ebf9916242
|
Fixed android samples; fixed cmake files
|
14 years ago |
Andrey Kamaev
|
930b2995eb
|
Fixed Android samples; Fixed bugs in cmake (java module).
|
14 years ago |
Andrey Kamaev
|
d445903b31
|
Added FPS measurement to some Android samples
|
14 years ago |
Andrey Kamaev
|
9e00cc59af
|
Added face datection Android sample
|
14 years ago |