XQFaceRegion Class Reference

#include <imagerecognition/xqfaceregion.h>

Link against: faceplatform.lib

class XQFaceRegion

XQFaceRegion represents a face in a given image (source). An object of this class can only be instantiated via XQFaceGroup::faceRegion() call.

Public Member Functions
XQFaceRegion(const XQFaceRegion &)
virtual ~XQFaceRegion()
QStringList faceIds()
QRectfaceRect()
boolisConfirmed()
boolisUnknown()
XQFaceRegion &operator=(const XQFaceRegion &)
voidsetFaceId(const QString &)
QString sourceId()
QSizesourceImageSize()
QString thumbnailPath()

Detailed Description

It is a data class that encapsulates the metadata about the face in a specific image. An object to this class can only be instantiated by the Image Recognition APIs. The constructor is kept private for this reason. The object is instantiated and passed to the application via signal parameters or return values.

Constructor & Destructor Documentation

XQFaceRegion ( const XQFaceRegion & )

XQFaceRegion(const XQFaceRegion &other)

Copy constructor.

Parameters
otherReference to another XQFaceRegion object from which the details need to be copied

~XQFaceRegion ( )

~XQFaceRegion()[virtual]

Destructor.

Member Function Documentation

faceIds ( )

QStringList faceIds()const

faceRect ( )

QRectfaceRect()const

isConfirmed ( )

boolisConfirmed()const

isUnknown ( )

boolisUnknown()const

operator= ( const XQFaceRegion & )

XQFaceRegion &operator=(const XQFaceRegion &other)

Assignment operator for this class.

Parameters
otherReference to another XQFaceRegion object from which the details need to be copied

setFaceId ( const QString & )

voidsetFaceId(const QString &faceId)

sourceId ( )

QString sourceId()const

sourceImageSize ( )

QSizesourceImageSize()const

thumbnailPath ( )

QString thumbnailPath()const