1 write to Height
Microsoft.ML.ImageAnalytics (1)
ImageType.cs (1)
82Height = height;
8 references to Height
Microsoft.ML.ImageAnalytics (8)
ImagePixelExtractor.cs (3)
273if (imageType.Height <= 0 || imageType.Width <= 0) 275if ((long)imageType.Height * imageType.Width > int.MaxValue / 4) 463int height = type.Height;
ImageType.cs (5)
96if (Height != tmp.Height) 103return Hashing.CombineHash(Height.GetHashCode(), Width.GetHashCode()); 108if (Height == 0 && Width == 0) 110return string.Format("Image<{0}, {1}>", Height, Width);