noseOcclusionThreshold property

int noseOcclusionThreshold

Nose occlusion threshold. If the score is above this value, the nose is probably occluded. Hint: Default value 50.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get noseOcclusionThreshold => getNoseOcclusionThreshold();
void noseOcclusionThreshold=(int value)

Implementation

set noseOcclusionThreshold(int value) => setNoseOcclusionThreshold(value);