6 references to ImagePixelExtractingEstimator
Microsoft.ML.ImageAnalytics (1)
ExtensionsCatalog.cs (1)
125=> new ImagePixelExtractingEstimator(CatalogUtils.GetEnvironment(catalog), outputColumnName, inputColumnName, colorsToExtract, orderOfExtraction, interleavePixelColors, offsetImage, scaleImage, outputAsFloatArray);
Microsoft.ML.TensorFlow.Tests (3)
TensorflowTests.cs (3)
151.Append(new ImagePixelExtractingEstimator(_mlContext, "Input", "ImageCropped", interleavePixelColors: true)) 1024.Append(new ImagePixelExtractingEstimator(_mlContext, "Input", 1161.Append(new ImagePixelExtractingEstimator(_mlContext, "Input", "ImageCropped", interleavePixelColors: true))
Microsoft.ML.Tests (2)
ImagesTests.cs (2)
52.Append(new ImagePixelExtractingEstimator(env, "ImagePixels", "ImageReal")) 76.Append(new ImagePixelExtractingEstimator(env, "ImagePixels", "ImageReal"))