Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 1.52 KB

File metadata and controls

45 lines (23 loc) · 1.52 KB

Interface: Bbox

Defined in: types/objectDetection.ts:14

Represents a bounding box for a detected object in an image.

Properties

x1

x1: number

Defined in: types/objectDetection.ts:15

The x-coordinate of the top-left corner of the bounding box.


x2

x2: number

Defined in: types/objectDetection.ts:16

The x-coordinate of the bottom-right corner of the bounding box.


y1

y1: number

Defined in: types/objectDetection.ts:17

The y-coordinate of the top-left corner of the bounding box.


y2

y2: number

Defined in: types/objectDetection.ts:18

The y-coordinate of the bottom-right corner of the bounding box.