MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / setLikelihoodWeights

Method setLikelihoodWeights

tracking/src/tracker.cpp:531–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531void
532Tracker::setLikelihoodWeights (double detector_weight, double motion_weight)
533{
534 likelihood_weights_[0] = detector_weight;
535 likelihood_weights_[1] = motion_weight;
536}
537
538void
539Tracker::setVelocityInMotionTerm (bool velocity_in_motion_term, double acceleration_variance, double position_variance)

Callers 4

configCbFunction · 0.45
configCbFunction · 0.45
configCbFunction · 0.45
configCbFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected