Skip to main content

EOIRegion

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

Namespace: EyesOnItSDK.Data.Elements

Properties

NameTypeDescription
Xintthe x coordinate of left side of the rectangle in pixels
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

public EOIRegion(int x, int y, int width, int height)

Parameters

NameTypeDescription
xintthe x coordinate of left side of the rectangle in pixels
yintthe y coordinate of top of the rectangle in pixels
widthintthe width of the rectangle in pixels
heightintthe height of the rectangle in pixels

Methods

This class has no methods