EOIRegion
Represents a rectangular region for motion and object detection within an image or video frame.
Properties
Name | Type | Description |
---|---|---|
top_left_x | int | the x coordinate of left side of the rectangle in pixels |
top_left_y | int | the y coordinate of top of the rectangle in pixels |
width | int | the width of the rectangle in pixels |
height | int | the height of the rectangle in pixels |
Constructor
The constructor supports simple construction of an EOIRegion object.
Signature
EOIRegion()
Creates an EOIRegion object with default values
Methods
This class has no methods