Microsoft.ML.Transforms.Image Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Namespace containing image loading and transformation components.
Classes
ImageDataViewType | |
ImageGrayscalingEstimator |
IEstimator<TTransformer> for the ImageGrayscalingTransformer. |
ImageGrayscalingTransformer |
ITransformer resulting from fitting an ImageGrayscalingTransformer. |
ImagePixelExtractingEstimator |
IEstimator<TTransformer> for the ImagePixelExtractingTransformer. |
ImagePixelExtractingTransformer |
ITransformer resulting from fitting an ImagePixelExtractingEstimator. |
ImageResizingEstimator | |
ImageResizingTransformer |
ITransformer resulting from fitting an ImageResizingEstimator. |
ImageTypeAttribute |
Allows a member to be marked as a ImageDataViewType, primarily allowing one to set the shape of an image field. |
VectorToImageConvertingEstimator |
IEstimator<TTransformer> for the VectorToImageConvertingTransformer. |
VectorToImageConvertingTransformer |
ITransformer resulting from fitting a VectorToImageConvertingEstimator. |
Enums
ImagePixelExtractingEstimator.ColorBits |
Which color channels are extracted. Note that these values are serialized so should not be modified. |
ImagePixelExtractingEstimator.ColorsOrder | |
ImageResizingEstimator.Anchor |
Indicates where to anchor for image cropping, for example set to Center is going to crop the image on all sides, set to Bottom is going to crop the image at the top. |
ImageResizingEstimator.ResizingKind |
Specifies how to resize the images: by cropping them or padding in the direction needed to fill up. |
Remarks
Contained in the Microsoft.ML.ImageAnalytics nuget package.