I am using opencv to process frames in a IOS project in Xcode (objectivec and c++). In the debugger mode, I want to see the cv::mat in the c++ method. Since the "namedWindow", "imshow" cannot be used in IOS project, are there any methods to let me preview the cv::mat as an image in the debugger mode?
Thanks.