Home
last modified time | relevance | path

Searched refs:ProcessDetections (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dobject_tracker.h227 void ProcessDetections(std::vector<Detection>* const detections);
Dobject_tracker.cc545 void ObjectTracker::ProcessDetections( in ProcessDetections() function in tf_tracking::ObjectTracker
641 ProcessDetections(&detections); in DetectTargets()