Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.

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.