RockX  1.0.0
Functions
object_track.h File Reference
#include <stddef.h>
#include "rockx_type.h"
#include "modules/object_detection.h"

Go to the source code of this file.

Functions

rockx_ret_t rockx_object_track (rockx_handle_t handle, int width, int height, int max_track_time, rockx_object_array_t *in_track_objects, rockx_object_array_t *out_track_objects)
 

Function Documentation

◆ rockx_object_track()

rockx_ret_t rockx_object_track ( rockx_handle_t  handle,
int  width,
int  height,
int  max_track_time,
rockx_object_array_t in_track_objects,
rockx_object_array_t out_track_objects 
)

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