Ask Your Question
0

Is OpenCV_2.4.2_binary_pack_armv7a source code open

asked 2012-10-08 23:37:06 -0600

karthi gravatar image

updated 2012-10-09 01:19:48 -0600

Kirill Kornyakov gravatar image

Is it possible to get OpenCV_2.4.2_binary_pack_armv7a source code? Is it open source?

I don't want to install the OpenCV_2.4.2_binary_pack_armv7a.apk separately in my device. I want to include OpenCV_2.4.2_binary_pack_armv7a in my application.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2012-10-09 01:18:56 -0600

Kirill Kornyakov gravatar image

Yes, the source code is open, but this is a wrong question. First of all read about so-called static initialization, this must be exactly what you want.

You should also distinguish between OpenCV Manager and OpenCV library packages, see docs. And if you do, here are some news for you: OpenCV library packages will be removed soon. This is one of steps we do to reduce the number of clicks required by the end user. They will be included into the OpenCV Manager package, since Google Play market now allows to provide different apk for different platforms.

edit flag offensive delete link more

Comments

Thank you. This information helped me a lot.

karthi gravatar imagekarthi ( 2012-10-09 06:31:05 -0600 )edit

I have configured and changed my code as mentioned in the static initialization link. But when I use execute the code "if(!OpenCVLoader.initDebug())" logcat shows "OpenCV error: Cannot load info library for OpenCV" and "java.lang.UnsatisfiedLinkError: Couldn't load opencv_java: findLibrary returned null" and the empty screen displying in my device.

karthi gravatar imagekarthi ( 2012-10-09 07:22:34 -0600 )edit

If you're talking about http://answers.opencv.org/question/3014, better to add details there...

Kirill Kornyakov gravatar imageKirill Kornyakov ( 2012-10-09 08:04:17 -0600 )edit

Question Tools

Stats

Asked: 2012-10-08 23:37:06 -0600

Seen: 372 times

Last updated: Oct 09 '12