Ask Your Question
-2

I wanna tutorial for Android‘s Opencv Sample without Opencv Manager!

asked 2012-11-27 00:04:59 -0600

xlrei gravatar image

at least, Opencv Manager's source should be open and put into sdk files for android.

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
1

answered 2013-02-18 01:48:47 -0600

  1. OpenCV Manager is very powerful tool. It not only decreases your package size, but also provides different library builds for different platforms. Depending on hardware you've got additional performance optimizations. Currently supported platforms are: armeabi (armv5, armv6), armeabi-v7a (arm-v7a), armeabi-v7a with NEON, Tegra3, x86 and MIPS. It allows also to update OpenCV independently from your package. OpenCV team adds support for new versions of Android, fixes issues, makes performance optimizations and you no not need to wary about it. All packages are binary compatible and do not break existing apps.

  2. You can work with OpenCV library without Manager. You need to add two strings "OPENCV_CAMERA_MODULES := on" and "OPENCV_INSTALL_MODULES := on" to Android.mk before including OpenCV.mk and use initDebug() method instead initAsync() in Java source code. See tutorial for more details.

  3. OpenCV Manager source code is open and available in project git repository.

edit flag offensive delete link more

Comments

Your source code is not available on Git Repository....?

Onkar Sharma gravatar imageOnkar Sharma ( 2015-02-26 06:28:49 -0600 )edit

Question Tools

Stats

Asked: 2012-11-27 00:04:59 -0600

Seen: 1,058 times

Last updated: Feb 18 '13