1 | initial version |
The code for conversion UIImage and cv::Mat is available in this OpenCV tutorial: http://docs.opencv.org/doc/tutorials/ios/image_manipulation/image_manipulation.html#opencviosimagemanipulation
It will be similar for IplImage, if you don't want to convert it to cv::Mat.