PortraitProcessor.estimateGeometryQuality Method¶
Module: PortraitProcessor
Definition¶
Estimates the geometric quality of the specified portrait according to the ICAO portrait parameters.
estimate_geometry_quality(self, portrait: Portrait) -> None
Parameters
portrait
Portraitin The portrait.
Exceptions
An error has occurred during Face Library execution.
void estimateGeometryQuality(Portrait portrait)
Parameters
portrait
Portraitin The portrait.
Exceptions
An error has occurred during Face Library execution.
public void EstimateGeometryQuality(Portrait portrait)
Parameters
portrait
Portraitin The portrait.
Exceptions
An error has occurred during Face Library execution.
public void estimateGeometryQuality(Portrait portrait) throws FaceException
Parameters
portrait
Portraitin The portrait.
Exceptions
An error has occurred during Face Library execution.
public func estimateGeometryQuality(portrait: Portrait) throws
Parameters
portrait
Portraitin The portrait.
Exceptions
An error has occurred during Face Library execution.
int id3FacePortraitProcessor_EstimateGeometryQuality (
ID3_FACE_PORTRAIT_PROCESSOR hPortraitProcessor,
ID3_FACE_PORTRAIT hPortrait)
Parameters
hPortraitProcessor
ID3_FACE_PORTRAIT_PROCESSORin Handle to the PortraitProcessor object.hPortrait
ID3_FACE_PORTRAITin The portrait.
Returns