Searched refs:detectionThreshold (Results 1 – 3 of 3) sorted by relevance
32 private float detectionThreshold; field in RecognizeCommands56 detectionThreshold = inDetectionThreshold; in RecognizeCommands()176 if ((currentTopScore > detectionThreshold) && (timeSinceLastTop > suppressionMs)) { in processLatestResults()
79 float detectionThreshold = 0.5; in CreatePipeline() local82 detectionThreshold in CreatePipeline()
39 float detectionThreshold = 0.6; variable46 od::SSDResultDecoder ssdResult(detectionThreshold);