#include <stddef.h>
#include "rockx_type.h"
#include "modules/object_detection.h"
Go to the source code of this file.
◆ rockx_object_track()
Track Object (Can use for Face, Head, CarPlate, Object, etc...)
- Parameters
-
| handle | [in] Handle of a created ROCKX_MODULE_OBJECT_TRACK module(created by rockx_create) |
| width | [in] Input image width |
| height | [in] Input image height |
| max_track_time | [in] Max track time (frame count for tracked object disappear) |
| in_track_objects | [in] Object array need to track |
| out_track_objects | [out] tracked object array |
- Returns
- rockx_ret_t