CCIMXDesktop
Loading...
Searching...
No Matches
QtAdaptTools.h
1
#ifndef QTADAPTTOOLS_H
2
#define QTADAPTTOOLS_H
3
#include <QImage>
4
class
CVImage
;
5
12
namespace
QtAdaptTools
{
13
19
QImage
toQImage
(
const
CVImage
& cvImage);
20
27
QImage
toDisplayableImage
(
const
CVImage
& cvImage);
28
35
CVImage
fromRGBQImage
(
const
QImage& image);
36
37
}
38
39
#endif
// QTADAPTTOOLS_H
CVImage
The CVImage class is the image class that provides the image in the frameworks.
Definition
CVImage.h:9
QtAdaptTools
The QtAdaptTools namespace provides the tools.
Definition
QtAdaptTools.h:12
QtAdaptTools::toQImage
QImage toQImage(const CVImage &cvImage)
toQImage convert the CVImage to QImage
Definition
QtAdaptTools.cpp:4
QtAdaptTools::fromRGBQImage
CVImage fromRGBQImage(const QImage &image)
fromRGBQImage trans image from QImage to CVImage
Definition
QtAdaptTools.cpp:43
QtAdaptTools::toDisplayableImage
QImage toDisplayableImage(const CVImage &cvImage)
toDisplayableImage converts to the direct displayable
Definition
QtAdaptTools.cpp:26
extern_app
professionals
library
OpencvQtAdapter
core_library
QtAdapter
QtAdaptTools.h
Generated by
1.9.8