opencv_highgui functions on Android
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