5 references to ImageEstimatorsCatalog
Microsoft.ML.ImageAnalytics (5)
ImageGrayscale.cs (1)
228
/// <seealso cref="
ImageEstimatorsCatalog
.ConvertToGrayscale(TransformsCatalog, string, string)" />
ImageLoader.cs (1)
399
/// <seealso cref="
ImageEstimatorsCatalog
.LoadImages(TransformsCatalog, string, string, string)" />
ImagePixelExtractor.cs (1)
503
/// <seealso cref="
ImageEstimatorsCatalog
.ExtractPixels(TransformsCatalog, string, string, ColorBits, ColorsOrder, bool, float, float, bool)" />
ImageResizer.cs (1)
364
/// <seealso cref="
ImageEstimatorsCatalog
.ResizeImages(TransformsCatalog, string, int, int, string, ResizingKind, Anchor)"/>
VectorToImageTransform.cs (1)
452
/// <seealso cref="
ImageEstimatorsCatalog
.ConvertToImage(TransformsCatalog, int, int, string, string, ImagePixelExtractingEstimator.ColorBits, ImagePixelExtractingEstimator.ColorsOrder, bool, float, float, int, int, int, int)" />