2013/04/07

OpenCV 디버깅을 위한 Visual Studio Plugins

OpenCV를 하면서 가장 불편한 것 중 하나는 IplImage 변수 내용을 확인할 수 없어 매번 파일로 저장을 하여 그 내용을 확인했었는데 오늘 우연히 Visual Studio Plugin 을 알게 되었다.


이 Plugin 은 메모리 상태의 OpenCV 변수(cv::Mat, CvMat, IplImage)의 내용을 확인할 수 있다.


아쉬움 점 이라면 이 Plugin 이 지원하는 Visual Studio 의 버전이 Visual Studio 2012 Professional 에 Update 1 이상을 요구한다.


Image Watch: viewing in-memory images in the Visual Studio debugge

Original Post :
http://neodreamer-dev.tistory.com/697

No comments :

Post a Comment