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