TrackFrame
@fovea/annotation-tool / models/types / TrackFrame
Interface: TrackFrame
Defined in: src/models/types.ts:875
TrackFrame
Description
Single frame in a tracking result with bounding box or mask.
Properties
box
box:
object
Defined in: src/models/types.ts:877
Bounding box coordinates (x, y, width, height)
height
height:
number
width
width:
number
x
x:
number
y
y:
number
confidence
confidence:
number
Defined in: src/models/types.ts:879
Model confidence score for this frame (0-1)
frameNumber
frameNumber:
number
Defined in: src/models/types.ts:876
Frame number in video sequence
mask?
optional
mask:number
[][]
Defined in: src/models/types.ts:878
Optional segmentation mask as 2D array
occluded
occluded:
boolean
Defined in: src/models/types.ts:880
Whether object is occluded in this frame