NVIDIA DeepStream SDK API Reference6.0 Release |
Holds optical flow metadata about a frame.
Definition at line 52 of file nvds_opticalflow_meta.h.
Data Fields | |
guint | rows |
Holds the number of rows in the frame for a given block size, e.g. More... | |
guint | cols |
Holds the number of columns in the frame for given block size, e.g. More... | |
guint | mv_size |
Holds the size of the motion vector. More... | |
gulong | frame_num |
Holds the current frame number of the source. More... | |
void * | data |
Holds a pointer to the motion vector. More... | |
void * | priv |
Reserved for internal use. More... | |
void * | reserved |
Reserved for internal use. More... | |
guint NvDsOpticalFlowMeta::cols |
Holds the number of columns in the frame for given block size, e.g.
if block size is 4 and frame width is 1280, then the number of columns is (1280/4) = 320.
Definition at line 61 of file nvds_opticalflow_meta.h.
void* NvDsOpticalFlowMeta::data |
Holds a pointer to the motion vector.
Definition at line 67 of file nvds_opticalflow_meta.h.
gulong NvDsOpticalFlowMeta::frame_num |
Holds the current frame number of the source.
Definition at line 65 of file nvds_opticalflow_meta.h.
guint NvDsOpticalFlowMeta::mv_size |
Holds the size of the motion vector.
Definition at line 63 of file nvds_opticalflow_meta.h.
void* NvDsOpticalFlowMeta::priv |
Reserved for internal use.
Definition at line 69 of file nvds_opticalflow_meta.h.
void* NvDsOpticalFlowMeta::reserved |
Reserved for internal use.
Definition at line 71 of file nvds_opticalflow_meta.h.
guint NvDsOpticalFlowMeta::rows |
Holds the number of rows in the frame for a given block size, e.g.
if block size is 4 and frame height is 720, then the number of rows is (720/4) = 180.
Definition at line 57 of file nvds_opticalflow_meta.h.