Skip to main content

EOIRegion

Represents a rectangular region for motion and object detection within an image or video frame.

Properties

NameTypeDescription
top_left_xintthe x coordinate of left side of the rectangle in pixels
top_left_yintthe y coordinate of top of the rectangle in pixels
widthintthe width of the rectangle in pixels
heightintthe 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