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