1 write to Height
Microsoft.ML.ImageAnalytics (1)
ImageType.cs (1)
42Height = height;
4 references to Height
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);