1 write to Width
Microsoft.ML.ImageAnalytics (1)
ImageType.cs (1)
43Width = width;
4 references to Width
Microsoft.ML.ImageAnalytics (4)
ImageType.cs (4)
52return Height == otherImage.Height && Width == otherImage.Width; 61return Hashing.CombineHash(Height.GetHashCode(), Width.GetHashCode()); 66DataViewTypeManager.Register(new ImageDataViewType(Height, Width), typeof(MLImage), this);