Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CV::MAT preview the image in debug mode

Tags:

c++

xcode

opencv

if the image is UIImage we can view the image in the debug mode in xcode, but I can't for cv::mat images and it's normal, so is there anyway or any add-on tool we can add to xcode to show (or view) the image in the debug mode for cv::mat image?

like image 858
Hazem Abdullah Avatar asked Apr 03 '15 06:04

Hazem Abdullah


1 Answers

If you can use CLion instead Xcode you can utilize the OpenCV Image Viewer plugin, which displays matrices while debugging just on click.

https://plugins.jetbrains.com/plugin/14371-opencv-image-viewer

enter image description here

like image 176
dragon7 Avatar answered Oct 11 '22 18:10

dragon7