CCIMXDesktop
 
Loading...
Searching...
No Matches
CVTools Namespace Reference

The CVTools namespace provides the tools. More...

Classes

struct  DisplayParams
 The DisplayParams struct provides the display parameters for the display. More...
 

Functions

void display (const CVImage &image, const DisplayParams &params)
 display the image with the default parameters
 
void display (const CVImage &image, const char *name)
 display the image with the default parameters
 

Detailed Description

The CVTools namespace provides the tools.

Note
Most of the implementations, for management reason, are supposed to place in the impl files, instead of the current cpp file

Function Documentation

◆ display() [1/2]

void CVTools::display ( const CVImage image,
const char *  name 
)

display the image with the default parameters

Parameters
imagethe image to display
namethe window name
Note
this will use the default parameters

◆ display() [2/2]

void CVTools::display ( const CVImage image,
const DisplayParams params 
)

display the image with the default parameters

Parameters
imagethe image to display
paramsthe display parameters