image watch in opencv debug

Viewed 1835

Dears,

I use visual code editor for opencv app development, I wonder if there is some extension similar to Image Watch for OpenCV available. it can be handy for development.

2 Answers

If you are using gdb for debugging, take a look at OpenImageDebugger

I am using this on Linux and it works pretty good.

Related