maximumObjectSize
The maximum radius of the tracked shape’s bounding circle.
Declaration
var maximumObjectSize: Float { get set }Mentioned in
Discussion
Set the maximum size to filter out unwanted trajectories from larger objects moving through the scene. The default value is 1.0, which means to apply no filtering.
Changing this property value from frame to frame can produce erratic trajectories because objects either disappear or are added to the tracking based on this filtering.
Specify the size in normalized (0.0 to 1.0) coordinates.