I'm processing images (using AVFoundation and OpenCV on iOS) and I want to simply display contents of CMSampleBufferRef (or IplImage) to screen.
Simply: I just want to display (like with OpenCV's cvShowImage()
) non-converted image to see if I'm not dealing with corrupted or somehow deformed image.
Sadly not. Different bitmap representation.
Perhaps you want a category? I use something along the lines of this: