Ask Your Question
1

opencv_highgui functions on Android

asked 2012-11-01 01:58:41 -0600

Haris gravatar image

updated 2012-11-01 02:19:41 -0600

Kirill Kornyakov gravatar image

Hi all I am a beginner in Android but familiar with OpenCV. My question is does Android support all the functions we normally used in our PC like VideoCapture, createTrackbar, cvNamedWindow, CvShowImage, etc. If Android doesn't support all those functions and classes, where should I refer to learn more about supported function and class. Where should I get a good documentation about all these things.

Thanks

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
3

answered 2012-11-01 02:18:06 -0600

Kirill Kornyakov gravatar image

updated 2012-11-01 02:23:23 -0600

The entire opencv_highgui module is not supported on Android. The only thing which is available, is image IO. So, if you want to know how to live without these functions, please study Android tutorials, Android samples, and other links from this page: http://opencv.org/android.

BTW, here is Javadoc for OpenCV Java API. And C++ gives you almost all the OpenCV functionality, except the functions you asked. Some more information here, but you're right, this page doesn't list unsupported functions, we'll add it somewhere.

edit flag offensive delete link more

Comments

hi thanks for your reply...

Haris gravatar imageHaris ( 2012-11-01 02:28:03 -0600 )edit

Question Tools

Stats

Asked: 2012-11-01 01:58:41 -0600

Seen: 1,130 times

Last updated: Nov 01 '12