Property CentroidMinConfidence
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; }