1

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.

Jun Fang
  • 351
  • 1
  • 4
  • 21
  • 1
    No,you have not preview cv::mat image in debuger mode.if you have to show cv::mat, then convert into uiimage and show in debuger mode. – Akshay Savaliya Dec 05 '16 at 04:14

0 Answers0