boundingBoxArea(confidenceThreshold:)
Computes the bounding box area of the pose.
Declaration
func boundingBoxArea(confidenceThreshold: Float = 0.2) -> FloatParameters
- confidenceThreshold:
A threshold confidence between 0 to 1 for the keypoints to be considered valid to compute the bounding box area. The default value is 0.2.