toggle menu
ailia_tracker
1.1.0.0
JVM
switch theme
search in API
ailia_tracker
/
axip.ailia_tracker
/
AiliaTrackerSettings
Ailia
Tracker
Settings
data
class
AiliaTrackerSettings
(
val
score_threshold
:
Float
,
val
nms_threshold
:
Float
,
val
track_threshold
:
Float
,
val
track_buffer
:
Int
,
val
match_threshold
:
Float
)
Members
Constructors
Ailia
Tracker
Settings
Link copied to clipboard
constructor
(
score_threshold
:
Float
,
nms_threshold
:
Float
,
track_threshold
:
Float
,
track_buffer
:
Int
,
match_threshold
:
Float
)
Properties
match_threshold
Link copied to clipboard
val
match_threshold
:
Float
nms_threshold
Link copied to clipboard
val
nms_threshold
:
Float
score_threshold
Link copied to clipboard
val
score_threshold
:
Float
track_buffer
Link copied to clipboard
val
track_buffer
:
Int
track_threshold
Link copied to clipboard
val
track_threshold
:
Float