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