OBJECT_FILTERING_MODE Class Reference

Lists supported bounding box preprocessing. More...

Detailed Description

Lists supported bounding box preprocessing.

Enumerator
NONE The ZED SDK will not apply any preprocessing to the detected objects.
NMS3D The ZED SDK will remove objects that are in the same 3D position as an already tracked object (independent of class id).
NMS3D_PER_CLASS The ZED SDK will remove objects that are in the same 3D position as an already tracked object of the same class id.