VisualGDB and opencv image watch

Sysprogs forums Forums VisualGDB VisualGDB and opencv image watch

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34961
    AlexeyKh
    Participant

    Hello,

    I’m using VisualGDB to debug my application that run on different machine (linux based)

    I would like to review cv:Mat in memory objects using VisualGDB? Do you have a solution for that?

    Maybe something similar to https://github.com/OpenImageDebugger/OpenImageDebugger ? Or OpenCV ImagWatch

     

    Best Regards,

    Alexey

    #34965
    support
    Keymaster

    Hi,

    Sure, this is already supported via the Visual Watch plugins. You can use the Debug->Visual Watch command to display arrays as graphs or images.

    You can also create your own Visual Watch plugins to cover the cases not supported directly. E.g. you can fork our ImageWatch plugin and replace the version in “C:\Program Files (x86)\Sysprogs\VisualGDB\VisualWatchProviders” file, or place it under a different name to the same directory, or under %LOCALAPPDATA%\VisualGDB\LiveWatchProviders.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.