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.
Collection of extension methods for TransformsCatalog to create instances of image processing transformer components.
Create a VectorToImageConvertingEstimator, which creates image from the data from the column specified in inputColumnName
to a new column: outputColumnName.
Create a ImagePixelExtractingEstimator, which extracts pixels values from the data specified in column: inputColumnName
to a new column: outputColumnName.
Create a ImageLoadingEstimator, which loads the data from the column specified in inputColumnName
as an image of raw bytes to a new column: outputColumnName.