OpenCV Image Watch 调试插件

昨晚偶然发现vs2012的这个很神奇的插件,对于经常使用opencv的人来说,这个插件无疑是我们的调试神器。今天马上下载试用,感觉超级棒!~以后要想查看图像结果,不用再imshow了!

Image Watch 下载地址:https://visualstudiogallery.msdn.microsoft.com/e682d542-7ef3-402c-b857-bbfba714f78d

Image Watch 说明文档:

http://docs.opencv.org/2.4/doc/tutorials/introduction/windows_visual_studio_image_watch/windows_visual_studio_image_watch.html#windows-visual-studio-image-watch 

Image Watch 视频解说:https://channel9.msdn.com/posts/Introducing-Image-Watch

Image Watch 帮助文档:http://research.microsoft.com/en-us/um/redmond/groups/ivm/imagewatchhelp/imagewatchhelp.htm

1、安装

下载Image Watch.vsix,直接运行安装

注意:安装前请先确定你已经装好vs2012

2、使用

  (1) 随便打开一个opencv的测试程序,设置项目属性为Debug,进入单步调试,打开 视图->其它窗口->Image Watch窗口,继续运行下一步,可看到ImageWatch窗口的变化

注意:该插件只能在debug模式下使用,release模式下是不能正常显示图像的

原文地址:https://www.cnblogs.com/chensheng-zhou/p/5420239.html