Ask Your Question

Awkman's profile - activity

2013-06-21 08:29:41 -0600 received badge  Student (source)
2013-05-30 09:10:52 -0600 asked a question git version of OpenCV-2.4.5-android-sdk.zip 2013-04-05

If I wanted to checkout the git source tree so that it exactly matched the revision used to build OpenCV-2.4.5-android-sdk.zip 2013-04-05 what revision (of the git tree) would I need ?

2013-05-30 09:00:46 -0600 answered a question Implements CvViewFrameListener2 not found

Do you have the "OpenCV Library - 2.x.x" Project "imported" and "open" in eclipse ?

If you don't I think you get errors like that on every reference to an opencv class.

2013-05-30 08:56:41 -0600 received badge  Editor (source)
2013-05-30 08:54:04 -0600 asked a question Howto obtain OpenCV Android SDK with OpenCL Support

I am looking to do OpenCV/OpenCL work on an android device (that actually has OpenCL libraries).

Ideally I would like to do this in the OpenCV Android SDK using eclipse to make working with the Java parts of the project less painful .. but there appears to be no official download that was built with OpenCL support.

Is it possible to build myself a new OpenCV Android SDK with OpenCL support turned on from the opencv source tree ?

I have managed to do an android build of the OpenCV source tree, and convert the facedetect example so that it is statically initialized, and this all works and runs. I have no idea how I would build a new version of the OpenCV Android SDK however.

Alternatively .. is there a good way to work with eclipse on the full source tree.

After doing a full build using cmake I tried doing an android app import in eclipse using: opencv-2.4.5/android/build

This partially worked, but the jni files are not in the projects, also eclipse and the cmake build system seem to compete as well and like to overwrite files created by the other making this an non-ideal solution.

Ideas anyone ?