#include <imagerecognition/qface.h>
Link against: qfacelib.lib
class QFaceInfo |
Public Member Functions | |
---|---|
QFaceInfo(QImage, QRect) | |
QFaceInfo(const QFaceInfo &) | |
~QFaceInfo() | |
QImage | calcThumbnailFaceImg() |
IMPORT_C int | clusterId() |
IMPORT_C int | confirmFlag() |
IMPORT_C QRect | faceCoordinates() |
IMPORT_C int | faceId() |
IMPORT_C QString | faceName() |
IMPORT_C void | getNearestMatchAndConfigFlag(QList< int > &, QList< int > &) |
IMPORT_C QImage | image() |
void | setClusterId(int) |
void | setConfirmFlag(int) |
IMPORT_C void | setFaceName(QString) |
void | setNearestMatches(int, int, int) |
IMPORT_C void | setSourceSize(const QSize &) |
void | setThumbnailFace(QImage) |
IMPORT_C void | setThumbnailPath(const QString &) |
IMPORT_C QSize | sourceSize() |
IMPORT_C QImage | thumbnailFaceImage() |
IMPORT_C QString | thumbnailPath() |
IMPORT_C | QFaceInfo | ( | QImage | myImage, |
QRect | faceCoords | |||
) |
Constructs a new face information.
Parameters | |
---|---|
myImage | An original image. |
faceCoords | Face co-oridnate of a single face |
IMPORT_C | ~QFaceInfo | ( | ) |
QImage | calcThumbnailFaceImg | ( | ) | const |
IMPORT_C int | confirmFlag | ( | ) | const |
IMPORT_C void | getNearestMatchAndConfigFlag | ( | QList< int > & | aNearestMatches, |
QList< int > & | aConfirmFlagList | |||
) | const |
IMPORT_C void | setFaceName | ( | QString | aName | ) |
Parameters | |
---|---|
aName | Set the name of a face. |
void | setNearestMatches | ( | int | clusterId, |
int | position, | |||
int | confirmFlag | |||
) |