Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ setMinConfidenceForTrackInitialization
Method
setMinConfidenceForTrackInitialization
tracking/src/tracker.cpp:495–499 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
493
}
494
495
void
496
Tracker::setMinConfidenceForTrackInitialization (double min_confidence)
497
{
498
min_confidence_ = min_confidence;
499
}
500
501
void
502
Tracker::setSecBeforeOld (double sec_before_old)
Callers
4
configCb
Function · 0.45
configCb
Function · 0.45
configCb
Function · 0.45
configCb
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected