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