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