Table of Contents

Property CentroidMinConfidence

Namespace
Bonsai.Sleap
Assembly
Bonsai.Sleap.dll

CentroidMinConfidence

Gets or sets a value specifying the confidence threshold used to discard centroid predictions. If no value is specified, all estimated centroid positions are returned.

[Range(0, 1)]
public float? CentroidMinConfidence { get; set; }

Property Value

float?