• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help c++ opencv to android opencv

//c++ code
uchar *Mask_Data;
IplImage *mat;
Mask_Data= (uchar*)mat->imageData;

//In java code (my code)

Mat mat;

I don't know how to get that imageData from mat object.
can we use any alternative for this ?

Thanks in advance
 
Back
Top Bottom