7 #ifndef __IMP_IVS_MOVE_H__
8 #define __IMP_IVS_MOVE_H__
17 #define IMP_IVS_MOVE_MAX_ROI_CNT 52
37 int sense[IMP_IVS_MOVE_MAX_ROI_CNT];
40 IMPRect roiRect[IMP_IVS_MOVE_MAX_ROI_CNT];
48 int retRoi[IMP_IVS_MOVE_MAX_ROI_CNT];
IMPFrameInfo frameInfo
frame information, only need to assign width and height
Definition: imp_ivs_move.h:39
IMP frame image information definition.
Definition: imp_common.h:54
Definition: imp_ivs.h:137
IMPIVSInterface * IMP_IVS_CreateMoveInterface(IMP_IVS_MoveParam *param)
Create motion detection interface.
void IMP_IVS_DestroyMoveInterface(IMPIVSInterface *moveInterface)
Destroy move detection interface.
Motion detection algorithm input parameter structure.
Definition: imp_ivs_move.h:36
Definition: imp_ivs_move.h:47
IMP Rectangle area information.
Definition: imp_common.h:160