Module opencv::cvv [−][src]
GUI for Interactive Visual Debugging of Computer Vision Programs
Namespace for all functions is cvv, i.e. cvv::showImage().
Compilation:
- For development, i.e. for cvv GUI to show up, compile your code using cvv with g++ -DCVVISUAL_DEBUGMODE.
- For release, i.e. cvv calls doing nothing, compile your code without above flag.
See cvv tutorial for a commented example application using cvv.
Modules
| prelude |
Structs
| CallMetaData | Optional information about a location in Code. |
Traits
| CallMetaDataTrait | Optional information about a location in Code. |
Functions
| debug_d_match | |
| debug_filter | |
| final_show | |
| show_image |