Im using OpenCV for iOS in a OS X project, and everything has set up fine so far. Im looking to read in frames from a video file, but I need them to be of type CGImageRef
, not the IplImage
like they are when I read them.
My question is simple: How do I convert from an IplImage
to a CGImageRef
?