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