RockX  1.0.0
object_track.h
Go to the documentation of this file.
1 /****************************************************************************
2 *
3 * Copyright (c) 2017 - 2019 by Rockchip Corp. All rights reserved.
4 *
5 * The material in this file is confidential and contains trade secrets
6 * of Rockchip Corporation. This is proprietary information owned by
7 * Rockchip Corporation. No part of this work may be disclosed,
8 * reproduced, copied, transmitted, or used in any way for any purpose,
9 * without the express written permission of Rockchip Corporation.
10 *
11 *****************************************************************************/
12 
13 #ifndef _ROCKX_OBJECT_TRACK_H
14 #define _ROCKX_OBJECT_TRACK_H
15 
16 #include <stddef.h>
17 #include "rockx_type.h"
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
34 rockx_ret_t rockx_object_track(rockx_handle_t handle, int width, int height, int max_track_time,
35  rockx_object_array_t* in_track_objects, rockx_object_array_t* out_track_objects);
36 
37 #ifdef __cplusplus
38 } //extern "C"
39 #endif
40 
41 #endif // _ROCKX_FACE_H
rockx_type.h
rockx_ret_t
rockx_ret_t
Return Value of RockX functions.
Definition: rockx_type.h:36
rockx_object_array_t
Object Array Result.
Definition: object_detection.h:49
object_detection.h
rockx_handle_t
void * rockx_handle_t
Handle of a created RockX module.
Definition: rockx_type.h:26
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)