GStreamer Video Analytics (GVA) Plugin
Classes
video_frame.h File Reference

This file contains GVA::VideoFrame class to control particular inferenced frame and attached GVA::RegionOfInterest and GVA::Tensor instances. More...

Go to the source code of this file.

Classes

class  GVA::VideoFrame
 This class represents video frame - object for working with RegionOfInterest and Tensor objects which belong to this video frame (image). RegionOfInterest describes detected object (bounding boxes) and its Tensor objects (inference results on RegionOfInterest level). Tensor describes inference results on VideoFrame level. VideoFrame also provides access to underlying GstBuffer and GstVideoInfo describing frame's video information (such as image width, height, channels, strides, etc.). You also can get cv::Mat object representing this video frame. More...
 

Detailed Description

This file contains GVA::VideoFrame class to control particular inferenced frame and attached GVA::RegionOfInterest and GVA::Tensor instances.