Plugins for Visual Debugging of OpenCV applications in c++
Unfortunately my search for an useful debugging tool was not successful so far. For VS there is the plugin image-watch. Python-Applications can be supplemented with Visual logging . I was wondering if there is any adequate solutions for other IDEs (qt-creator) with this function. Thanks a lot.
What do you need exactly?
Its more a question of comfort than needing: Both tools seem to provide a nearly autonomously updating display of used Mat-files.
https://github.com/opencv/opencv_cont... (needs qt, though)
Thank you @berak, this looks great. Unfortunately i was not able to test it yet -> the cvv-modul in my contribute installation seems to be missing.