Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
GS::Vision::TrackerConfig
Inherits
Struct
<
Value
<
Object
Tracker configuration
Constructors
new
(max_age :
Int32
= 30, min_hits :
Int32
= 3, iou_threshold :
Float32
= 0.3_f32, dt :
Float32
= 1.0_f32 / 30.0_f32)
Source
Instance methods
dt
Source
dt=
(dt :
Float32
)
Source
iou_threshold
Source
iou_threshold=
(iou_threshold :
Float32
)
Source
max_age
Source
max_age=
(max_age :
Int32
)
Source
min_hits
Source
min_hits=
(min_hits :
Int32
)
Source