***Image Watch 2017在VS中的使用问题***
官网中对image Watch的说明: Image Watch is a watch window for viewing in-memory bitmaps when debugging native C++ code.The current version has built-in support for OpenCV image types (cv::Mat, cv::Mat_<>, CvMat, _IplImage). To enable user-defined image types please refer to the Image Watch documentation.
This version works with Visual Studio 2017.
Quick Start: Simply break in the debugger and select View > Other Windows > Image Watch. Alternatively, click on the magnifying glass icon next to an image variable in your Locals window or on the debugger Data Tip.
总归,对用opencv开发很有用的软件。在VS2017中打开工具—》扩展工具与更新–》联机搜索‘Image Watch 2017’—》,下载即可。
但对于VS2017社区版来说,可能会碰到安装成功后,在其他窗口中却没有显示。此时的解决办法是:1.把安装后的组件删除,重启VS然后重装。2.如果1不能解决,重装VS2017和image Watch2017.尽量不要重试,比较耗时。