Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I solved the problem by Converting Mat to Bitmap and then Bitmap to IplImage.

I solved the problem by Converting Mat to Bitmap and then Bitmap to IplImage.IplImage. There is a mehtod available in OpenCV for Android for coverting Mat to Bitmap and in JavaCV for converting Bitmap to IplImage.