NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsOpticalFlowMeta Struct Reference

Detailed Description

Holds optical flow metadata about a frame.

Definition at line 50 of file nvds_opticalflow_meta.h.

Data Fields

unsigned int rows
 Holds the number of rows in the frame for a given block size, e.g. More...
 
unsigned int cols
 Holds the number of columns in the frame for given block size, e.g. More...
 
unsigned int mv_size
 Holds the size of the motion vector. More...
 
unsigned long 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...
 

Field Documentation

◆ cols

unsigned int 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 59 of file nvds_opticalflow_meta.h.

◆ data

void* NvDsOpticalFlowMeta::data

Holds a pointer to the motion vector.

Definition at line 65 of file nvds_opticalflow_meta.h.

◆ frame_num

unsigned long NvDsOpticalFlowMeta::frame_num

Holds the current frame number of the source.

Definition at line 63 of file nvds_opticalflow_meta.h.

◆ mv_size

unsigned int NvDsOpticalFlowMeta::mv_size

Holds the size of the motion vector.

See also
NvOFFlowVector.

Definition at line 61 of file nvds_opticalflow_meta.h.

◆ priv

void* NvDsOpticalFlowMeta::priv

Reserved for internal use.

Definition at line 67 of file nvds_opticalflow_meta.h.

◆ reserved

void* NvDsOpticalFlowMeta::reserved

Reserved for internal use.

Definition at line 69 of file nvds_opticalflow_meta.h.

◆ rows

unsigned int 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 55 of file nvds_opticalflow_meta.h.


The documentation for this struct was generated from the following file: