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

Method setMinConfidence

detection/src/haardispada.cpp:266–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 }
265
266 void
267 HaarDispAdaClassifier::setMinConfidence(float min_confidence)
268 {
269 min_confidence_ = min_confidence;
270 }
271
272 float
273 HaarDispAdaClassifier::getMinConfidence()

Callers 3

HaarDispAdaNodeMethod · 0.80
configCbMethod · 0.80
HaarDispAdaNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected