Interface: Bbox
Defined in: packages/react-native-executorch/src/types/objectDetection.ts:13
Represents a bounding box for a detected object in an image.
Properties
x1
x1:
number
Defined in: packages/react-native-executorch/src/types/objectDetection.ts:14
The x-coordinate of the bottom-left corner of the bounding box.
x2
x2:
number
Defined in: packages/react-native-executorch/src/types/objectDetection.ts:15
The x-coordinate of the top-right corner of the bounding box.
y1
y1:
number
Defined in: packages/react-native-executorch/src/types/objectDetection.ts:16
The y-coordinate of the bottom-left corner of the bounding box.
y2
y2:
number
Defined in: packages/react-native-executorch/src/types/objectDetection.ts:17
The y-coordinate of the top-right corner of the bounding box.