ImageResizingEstimator.ResizingKind Enum

Definition

Specifies how to resize the images: by cropping them or padding in the direction needed to fill up.

public enum ImageResizingEstimator.ResizingKind
type ImageResizingEstimator.ResizingKind = 
Public Enum ImageResizingEstimator.ResizingKind
Inheritance
ImageResizingEstimator.ResizingKind

Fields

Fill 2

Ignore aspect ratio and squeeze/stretch into target dimensions.

IsoCrop 1

Isotropic(uniform) with cropping.

IsoPad 0

Isotropic(uniform) with padding.

Applies to