mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.3 KiB
22 lines
1.3 KiB
13 years ago
|
***************
|
||
|
Package Content
|
||
|
***************
|
||
|
|
||
|
The package provides new OpenCV SDK that uses OpenCV Manager for library initialization. OpenCV Manager provides the following benefits:
|
||
|
|
||
|
* Less memory usage. All apps use the same binaries from service and do not keep native libs inside them self;
|
||
|
* Hardware specific optimizations for all supported platforms;
|
||
|
* Trusted OpenCV library source. All packages with OpenCV are published on Google Play service;
|
||
|
* Regular updates and bug fixes;
|
||
|
|
||
|
Package consists from Library Project for Java development with Eclipse, C++ headers and libraries for native application development, javadoc samples and prebuilt binaries for ARM and X86 platforms.
|
||
|
To try new SDK on serial device with Google Play just install sample package and follow application messages (Google Play service access will be needed).
|
||
|
TO start example on device without Google Play you need to install OpenCV manager package and OpenCV binary pack for your platform from apk folder before.
|
||
|
See docs/doc/tutorials/introduction/android_binary_package/android_binary_package.html and docs/android/refmain.html for details about service.
|
||
|
On-line documentation will be available at address: http://docs.opencv.org/trunk
|
||
|
|
||
|
********
|
||
|
Contacts
|
||
|
********
|
||
|
|
||
|
Please send all feedback to Alexander Smorkalov mailto: alexander.smorkalov@itseez.com
|