Function of update detect threshold.
Note: The detection results will filter by detect threshold (score >= threshold).
Prototype
void setThreshold(float threshold)=0;
Parameters
The following table lists the setThreshold
function arguments.
Type | Name | Description |
---|---|---|
float | threshold | The detect threshold. The value ranges from 0 to 1. |