I tried to convert mat image to IplImage but i could not able to convert it , i tried like this
Mat frame=imread("image path");
IplImage* image=IplImage(frame);
I got the error like cannot convert 'IplImage {aka _IplImage}' to 'IplImage* {aka _IplImage*}' in initialization...please any one tell how to convert in opencv 3.0