GStreamer Video Analytics (GVA) Plugin
Classes | Variables
region_of_interest.py File Reference

This file contains gstgva.region_of_interest.RegionOfInterest class to control region of interest for particular gstgva.video_frame.VideoFrame with gstgva.tensor.Tensor instances attached. More...

Classes

class  gstgva.region_of_interest.RegionOfInterest
 This class represents region of interest - object describing detection result (bounding box) and containing multiple Tensor objects (inference results) attached by multiple models. More...
 

Variables

 gstgva.region_of_interest.Rect = namedtuple("Rect", "x y w h")
 

Detailed Description

This file contains gstgva.region_of_interest.RegionOfInterest class to control region of interest for particular gstgva.video_frame.VideoFrame with gstgva.tensor.Tensor instances attached.