1 write to ImageHeight
Microsoft.ML.ImageAnalytics (1)
ImageResizer.cs (1)
462
ImageHeight
= imageHeight;
5 references to ImageHeight
Microsoft.ML.ImageAnalytics (5)
ImageResizer.cs (5)
243
ctx.Writer.Write(col.
ImageHeight
);
301
if (src.Height == info.
ImageHeight
&& src.Width == info.ImageWidth)
309
info.
ImageHeight
,
327
Contracts.Assert(dst.Width == info.ImageWidth && dst.Height == info.
ImageHeight
);
465
Type = new ImageDataViewType(
ImageHeight
, ImageWidth);