Class RegionActivity
Represents information about activity detected inside a specified polygonal region of interest.
public class RegionActivity
- Inheritance
-
RegionActivity
- Inherited Members
Properties
Activity
Gets or sets the total per-channel activity of pixels in the region of interest.
public Scalar Activity { get; set; }
Property Value
Rect
Gets or sets the bounding rectangle of the region of interest.
public Rect Rect { get; set; }
Property Value
Roi
Gets or sets the array of vertices specifying the polygonal region of interest.
public Point[] Roi { get; set; }
Property Value
- Point[]