PortraitProcessor.estimatePhotographicQuality Method¶
Module: PortraitProcessor
Definition¶
Etimates the photographic quality of the specified portrait.
It includes image colorization, equal brightness, dynamic range, resolution, natural skin color, flash reflection, noise, over-exposure, under-exposure, pixelation, sharpness.
estimate_photographic_quality(self, portrait: Portrait) -> None
Parameters
portrait
Portraitin The portrait.
Exceptions
An error has occurred during Face Library execution.
void estimatePhotographicQuality(Portrait portrait)
Parameters
portrait
Portraitin The portrait.
Exceptions
An error has occurred during Face Library execution.
public void EstimatePhotographicQuality(Portrait portrait)
Parameters
portrait
Portraitin The portrait.
Exceptions
An error has occurred during Face Library execution.
public void estimatePhotographicQuality(Portrait portrait) throws FaceException
Parameters
portrait
Portraitin The portrait.
Exceptions
An error has occurred during Face Library execution.
public func estimatePhotographicQuality(portrait: Portrait) throws
Parameters
portrait
Portraitin The portrait.
Exceptions
An error has occurred during Face Library execution.
int id3FacePortraitProcessor_EstimatePhotographicQuality (
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