For the complete documentation index, see llms.txt. This page is also available as Markdown.

cropFactor

Face crop zoom factor.

Details

Attribute: crop-factor

Type: number

Allowed values: of 1 to 2.

Default value: 1.5

Morphology

selphi.cropFactor = 1.7;

Description

Scales the facial crop relative to the capture oval when the extraction returns a cropped image. Larger values include more margin around the face.


Example

<facephi-selphi-widget
    cropFactor={1.7}
/>

Last updated