Skip to main content

BoundingBox

@fovea/annotation-tool


@fovea/annotation-tool / models/types / BoundingBox

Interface: BoundingBox

Defined in: src/models/types.ts:110

BoundingBox

Description

Represents a spatial bounding box at a specific video frame. All bounding boxes must have a frame number for sequence support.

Properties

confidence?

optional confidence: number

Defined in: src/models/types.ts:116


frameNumber

frameNumber: number

Defined in: src/models/types.ts:115


height

height: number

Defined in: src/models/types.ts:114


isKeyframe?

optional isKeyframe: boolean

Defined in: src/models/types.ts:117


metadata?

optional metadata: Record<string, any>

Defined in: src/models/types.ts:118


width

width: number

Defined in: src/models/types.ts:113


x

x: number

Defined in: src/models/types.ts:111


y

y: number

Defined in: src/models/types.ts:112