문제: Visual Studio에서 opencv의 mat의 내용을 디버깅시에 보고싶다.
해결:
Image Watch라는 확장프로그램으로 깔면 됨.
설명
http://docs.opencv.org/2.4/doc/tutorials/introduction/windows_visual_studio_image_watch/windows_visual_studio_image_watch.html
다운로드 링크
https://visualstudiogallery.msdn.microsoft.com/e682d542-7ef3-402c-b857-bbfba714f78d?tduid=(fcdab6d2cfd3f23d0984fc672e8fbce7)(256380)(2459594)(je6NUbpObpQ-Z7ZbIM7Ie1T98TKXF9Cdhw)()
사용
디버깅모드에서 보기->다른창->Image Watch를 선택하면 됨.
위치와 값을 볼 수 있음