ImmVision integration: introduction #70
Pinned
pthom
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
ImmVision is an immediate image debugger and analyzing tool.
I wrote this library approximately at the same time as ImGui Bundle, and porting it to python was one of the goals of the bindings generator.
Note: with C++, ImmVision will be built only if OpenCV can be found via find_package. It will be ignored otherwise (see install instructions)
Usage with python:
See python API in immvision.pyi
Examples:
Demo videos
Using immdebug as a standalone image debugger
immvision provides a tool named
immdebugwhich enables to debug images inside a standalone program that does not link with neither ImGui nor ImmVision.See https://github.com/pthom/immvision/#immdebug-standalone-image-debugger-during-execution-and-post-mortem
It could be viewed as a kind of multiplatform and multi-IDE alternative to OpenCV's ImageWatch plugin for msvc, with a different approach.
Beta Was this translation helpful? Give feedback.
All reactions