cropEyePositionRatio property
Ratio between the vertical eye position and the image height for ICAO portrait cropping. Must be in the range ]0;1[. Hint: Default value is 0.45.
throws FaceException An error has occurred during Face Library execution.
Implementation
double get cropEyePositionRatio => getCropEyePositionRatio();
Implementation
set cropEyePositionRatio(double value) => setCropEyePositionRatio(value);