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

Method configCb

detection/apps/haardispada_node.cpp:468–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466 }
467
468 void
469 configCb (Config &config, uint32_t level)
470 {
471 use_disparity = config.use_disparity;
472 min_confidence = config.haar_disp_ada_min_confidence;
473 HDAC_.setMinConfidence (min_confidence);
474 }
475
476 ~HaarDispAdaNode()
477 {

Callers

nothing calls this directly

Calls 1

setMinConfidenceMethod · 0.80

Tested by

no test coverage detected