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.
2 | No.2 Revision |
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.