|
DFX Extraction library v4.14.5
enabling applications to perform DFX blood flow analysis
|
16 #ifndef LIBDFX_VIDEOFRAME_H
17 #define LIBDFX_VIDEOFRAME_H
20 #include <opencv2/opencv.hpp>
149 #endif // LIBDFX_VIDEOFRAME_H
uint64_t timestamp_ns
the timestamp of this video frame.
Definition: VideoFrame.h:104
ChannelOrder order
the image channel ordering.
Definition: VideoFrame.h:91
double timestamp_millisec
the timestamp of the video frame in milliseconds
Definition: VideoFrame.h:145
ChannelOrder
Definition: VideoFrame.h:47
Represents the internal structure for how image frames are passed to the DFX Engine since there is li...
Definition: VideoFrame.h:35
cv::Mat image
the image color channels for the frame.
Definition: VideoFrame.h:82
Definition: ChunkData.h:21
uint32_t number
the video frame number within the video sequence.
Definition: VideoFrame.h:116