Ask Your Question
0

buildPyramid command for android

asked 2013-04-15 05:56:18 -0600

NightLife gravatar image

Hi Friends,

I need to use android version of "buildPyramid" to make the pyramid images but I can not find it.

Please help me.

Thanks.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-04-15 10:10:14 -0600

Simply stated, OpenCV has just started to create the Java bindings for a lot of Android functionality. To see which functions have been ported yet, look at http://docs.opencv.org/java/2.4.5/.

If you want to use anything that is not available, you should use native C++ code on android or wait until it has been ported to Java bindings.

Look at this Android guide to the Native/C++ part: http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.html

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-15 05:56:18 -0600

Seen: 412 times

Last updated: Apr 15 '13