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