1 write to Width
Microsoft.ML.ImageAnalytics (1)
ImageType.cs (1)
43
Width
= width;
4 references to Width
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);