Converting Mat to IplImage in Java
How can I convert Mat image to IplImage using Opencv4 android / javacv. I am using opencv for face detection but I need javacv for face recognition. and the face recognizer class require CvArr/IplImage as an input for the train method.