PortraitProcessor.estimateBackgroundUniformity Method¶
Module: PortraitProcessor
Definition¶
Checks the background uniformity of the specified portrait.
Important
This method requires the FaceBackgroundUniformityEstimator1A model to be loaded.
estimate_background_uniformity(self, portrait: Portrait) -> None
Parameters
portraitPortraitin The portrait.
Exceptions
An error has occurred during Face Library execution.
void estimateBackgroundUniformity(Portrait portrait)
Parameters
portraitPortraitin The portrait.
Exceptions
An error has occurred during Face Library execution.
public void EstimateBackgroundUniformity(Portrait portrait)
Parameters
portraitPortraitin The portrait.
Exceptions
An error has occurred during Face Library execution.
public void estimateBackgroundUniformity(Portrait portrait) throws FaceException
Parameters
portraitPortraitin The portrait.
Exceptions
An error has occurred during Face Library execution.
public func estimateBackgroundUniformity(portrait: Portrait) throws
Parameters
portraitPortraitin The portrait.
Exceptions
An error has occurred during Face Library execution.
int id3FacePortraitProcessor_EstimateBackgroundUniformity (
ID3_FACE_PORTRAIT_PROCESSOR hPortraitProcessor,
ID3_FACE_PORTRAIT hPortrait)
Parameters
hPortraitProcessorID3_FACE_PORTRAIT_PROCESSORin Handle to the PortraitProcessor object.hPortraitID3_FACE_PORTRAITin The portrait.
Returns