GStreamer Video Analytics (GVA) Plugin
|
This file contains GVA::RegionOfInterest class to control region of interest for particular GVA::VideoFrame with GVA::Tensor instances added. More...
Go to the source code of this file.
Classes | |
struct | GVA::Rect< T > |
Template structure for rectangle containing x, y, w, h fields. More... | |
class | GVA::RegionOfInterest |
This class represents region of interest - object describing detection result (bounding box) and containing multiple Tensor objects (inference results) attached by multiple models. For example, it can be region of interest with detected face and recognized age and sex of a person. It can be produced by a pipeline with gvadetect with detection model and two gvaclassify elements with two classification models. Such RegionOfInterest will have bounding box coordinates filled and will have 3 Tensor objects attached - 1 Tensor object with detection result and 2 Tensor objects with classification results coming from 2 classifications. More... | |
This file contains GVA::RegionOfInterest class to control region of interest for particular GVA::VideoFrame with GVA::Tensor instances added.