Package apple.vision.enums
Class VNImageCropAndScaleOption
- java.lang.Object
-
- apple.vision.enums.VNImageCropAndScaleOption
-
public final class VNImageCropAndScaleOption extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCenterCropscale image maintaining aspect ratio to fit on the short side and crop centered on the long sidestatic longScaleFillstatic longScaleFitscale to size required by algorithm
-
-
-
Field Detail
-
CenterCrop
public static final long CenterCrop
scale image maintaining aspect ratio to fit on the short side and crop centered on the long side- See Also:
- Constant Field Values
-
ScaleFit
public static final long ScaleFit
scale to size required by algorithm- See Also:
- Constant Field Values
-
ScaleFill
public static final long ScaleFill
- See Also:
- Constant Field Values
-
-