7 references to ImageResizingEstimator
Microsoft.ML.ImageAnalytics (1)
ExtensionsCatalog.cs (1)
163=> new ImageResizingEstimator(CatalogUtils.GetEnvironment(catalog), outputColumnName, imageWidth, imageHeight, inputColumnName, resizing, cropAnchor);
Microsoft.ML.TensorFlow.Tests (3)
TensorflowTests.cs (3)
150.Append(new ImageResizingEstimator(_mlContext, "ImageCropped", imageHeight, imageWidth, "ImageReal")) 1022.Append(new ImageResizingEstimator(_mlContext, "ImageCropped", 1160.Append(new ImageResizingEstimator(_mlContext, "ImageCropped", imageHeight, imageWidth, "ImageReal"))
Microsoft.ML.Tests (3)
ImagesTests.cs (3)
51.Append(new ImageResizingEstimator(env, "ImageReal", 100, 100, "ImageReal")) 75.Append(new ImageResizingEstimator(env, "ImageReal", 100, 100, "ImageReal")) 1022.Append(new ImageResizingEstimator(env, "ImageReal", targetDimension, targetDimension, "ImageReal",