Table of Contents

Property InputSize

Namespace
Bonsai.Sleap
Assembly
Bonsai.Sleap.dll

InputSize

Gets or sets a value specifying a target size used to resize video frames for inference. If no value is specified, no resizing is performed.

[TypeConverter(typeof(NumericRecordConverter))]
public Size? InputSize { get; set; }

Property Value

Size?