I've tried using the following code;
**Mat mat_img;
IplImage ipl_img = mat_img;**
but it is giving me the following error, Type mismatch: cannot convert from Mat to opencv_core.IplImage
↧