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

Method getSecFromLastHighConfidenceDetection

tracking/src/track.cpp:306–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304 }
305
306 float
307 Track::getSecFromLastHighConfidenceDetection(ros::Time current_time)
308 {
309 return (current_time - last_time_detected_with_high_confidence_).toSec();
310 }
311
312 float
313 Track::getLowConfidenceConsecutiveFrames()

Callers 4

newFrameMethod · 0.45
newFrameMethod · 0.45
newFrameMethod · 0.45
newFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected