6 references to Defaults
Microsoft.ML.ImageAnalytics (6)
ImageResizer.cs (6)
82
public ImageResizingEstimator.ResizingKind Resizing = ImageResizingEstimator.
Defaults
.Resizing;
85
public ImageResizingEstimator.Anchor CropAnchor = ImageResizingEstimator.
Defaults
.CropAnchor;
450
ResizingKind resizing =
Defaults
.Resizing,
451
Anchor anchor =
Defaults
.CropAnchor)
484
ResizingKind resizing =
Defaults
.Resizing,
485
Anchor cropAnchor =
Defaults
.CropAnchor)