XQFaceRegion Class Reference
#include
<imagerecognition/xqfaceregion.h>
Link against: faceplatform.lib
XQFaceRegion represents a face in a given image (source). An object of this class can only be instantiated via XQFaceGroup::faceRegion() call.
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 & )
Parameters |
---|
other | Reference to another XQFaceRegion object from which the details need to be copied |
~XQFaceRegion ( )
Member Function Documentation
faceIds ( )
QStringList
| faceIds | ( | ) | const |
faceRect ( )
isConfirmed ( )
isUnknown ( )
operator= ( const XQFaceRegion & )
Assignment operator for this class.
Parameters |
---|
other | Reference to another XQFaceRegion object from which the details need to be copied |
setFaceId ( const QString & )
void | setFaceId | ( | const QString & | faceId | ) | |
sourceId ( )
sourceImageSize ( )
QSize | sourceImageSize | ( | ) | const |
thumbnailPath ( )
QString
| thumbnailPath | ( | ) | const |