1 write to Height
Microsoft.ML.ImageAnalytics (1)
ImageType.cs (1)
82
Height
= height;
8 references to Height
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)
463
int height = type.
Height
;
ImageType.cs (5)
96
if (
Height
!= tmp.
Height
)
103
return Hashing.CombineHash(
Height
.GetHashCode(), Width.GetHashCode());
108
if (
Height
== 0 && Width == 0)
110
return string.Format("Image<{0}, {1}>",
Height
, Width);