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

The QtAdaptTools namespace provides the tools. More...

Functions

QImage toQImage (const CVImage &cvImage)
 toQImage convert the CVImage to QImage
 
QImage toDisplayableImage (const CVImage &cvImage)
 toDisplayableImage converts to the direct displayable
 
CVImage fromRGBQImage (const QImage &image)
 fromRGBQImage trans image from QImage to CVImage
 

Detailed Description

The QtAdaptTools 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

◆ fromRGBQImage()

CVImage QtAdaptTools::fromRGBQImage ( const QImage &  image)

fromRGBQImage trans image from QImage to CVImage

Parameters
image
Returns
CVImage

◆ toDisplayableImage()

QImage QtAdaptTools::toDisplayableImage ( const CVImage cvImage)

toDisplayableImage converts to the direct displayable

Parameters
cvImagethe CVImage to convert
Returns
QImage

◆ toQImage()

QImage QtAdaptTools::toQImage ( const CVImage cvImage)

toQImage convert the CVImage to QImage

Parameters
cvImagethe CVImage to convert
Returns
the QImage