3 writes to ImageHeight
Microsoft.ML.ImageAnalytics (3)
VectorToImageTransform.cs (3)
518
ImageHeight
= item.ImageHeight ?? args.ImageHeight;
567
ImageHeight
= ctx.Reader.ReadInt32();
641
ImageHeight
= imageHeight;
7 references to ImageHeight
Microsoft.ML.ImageAnalytics (7)
VectorToImageTransform.cs (7)
306
if (vectorType.GetValueCount() != _columns[col].
ImageHeight
* _columns[col].ImageWidth * _columns[col].Planes)
307
throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", inputColName, new VectorDataViewType(vectorType.ItemType, _columns[col].
ImageHeight
, _columns[col].ImageWidth, _columns[col].Planes).ToString(), vectorType.ToString());
351
int height = ex.
ImageHeight
;
425
return columns.Select(c => new ImageDataViewType(c.
ImageHeight
, c.ImageWidth)).ToArray();
568
Contracts.CheckDecode(
ImageHeight
> 0);
678
ctx.Writer.Write(
ImageHeight
);
754
var itemType = new ImageDataViewType(colInfo.
ImageHeight
, colInfo.ImageWidth);