Table of Contents

Property Threshold

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Threshold

Gets or sets the accumulator threshold. A line is returned when the corresponding accumulator is greater than this value.

[Range(1, 2147483647)]
public int Threshold { get; set; }

Property Value

int