LoginSignup
4
3

More than 5 years have passed since last update.

Debug時にimshowいらず、ImageWatchを試してみる(Visual Studio 2013, C++, OpenCV)

Last updated at Posted at 2015-01-27

ImageWatch

Visual Studio 2013のプラグインにImageWatchというのがある。デバッグ時にimshowしなくても、画像を表示してピクセル値の確認や拡大縮小などができる優れもののようだ。

ダウンロード

ここからダウンロードできる

実行

VIEW→Other Windows→ImageWatchで表示できる。
ここのサンプルコードを書いてDebugで実行してみたのだが、表示されず。。invalid!!(F10で一行ずつ実行できる)
imagewatch.png

考察

VS2012でしか動かんのかなあ。。
(参考)http://www.atinfinity.info/blog/archives/date/2013/04

VS2013とあるのに。。
imagewatch2.PNG

動いた人教えてください。(>_<)ノ


Visual Studio 2013 Tips

  • Ctrl+Shift+Bでビルド
  • F5で実行
  • F10で一行ずつ実行
4
3
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3