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 ¶ms) |
display the image with the default parameters | |
void | display (const CVImage &image, const char *name) |
display the image with the default parameters | |
The CVTools namespace provides the tools.
void CVTools::display | ( | const CVImage & | image, |
const char * | name | ||
) |
display the image with the default parameters
image | the image to display |
name | the window name |
void CVTools::display | ( | const CVImage & | image, |
const DisplayParams & | params | ||
) |
display the image with the default parameters
image | the image to display |
params | the display parameters |