AnalyticsRegion.h
Go to the documentation of this file.
DB_EDGEVIS_SDK bool SetRegionID(int32_t id)
Sets the region ID.
DB_EDGEVIS_SDK bool GetEnabled() const
Gets the enabled state of this region.
DB_EDGEVIS_SDK bool SetVertices(std::vector< AnalyticsRegionVertex > vertices)
Set the vertices used to define this region.
DB_EDGEVIS_SDK int32_t GetRegionID() const
Gets the region ID.
Defines a region within the video frame within which the analytics will be applied.
Definition: AnalyticsRegion.h:32
DB_EDGEVIS_SDK bool GetInclusive() const
Gets the inclusive state of this region.
DB_EDGEVIS_SDK std::vector< AnalyticsRegionVertex > GetVertices() const
Get the vertices used to define this region.
DB_EDGEVIS_SDK void SetInclusive(bool inclusive)
Sets the inclusive state of this region.
DB_EDGEVIS_SDK void SetEnabled(bool enable)
Sets the enabled state of this region.
The EdgeVis Decoder SDK namespace.