ExclusionArea
Polygon/rectangle area excluded from processing for a user–sensor image context.
Entity: ExclusionArea
Description
Polygon/rectangle area excluded from processing for a user–sensor image context.
Attributes
| Attribute | Type / Unit | Description |
|---|---|---|
EAID | PK (UUID/string) | Exclusion area id. |
USID | FK → UserSensor(UID,SID,valid_since) | User–sensor link. |
IMID | FK → Image(IMID) | Related image. |
created_at | timestamp | Creation time. |
x1 | number | X coordinate 1. |
y1 | number | Y coordinate 1. |
x2 | number | X coordinate 2. |
y2 | number | Y coordinate 2. |
name | string | Label/name. |
Keys
- Primary Key:
EAID - Foreign Keys:
USID→UserSensor(...),IMID→Image.IMID - Unique Keys: —