Home
last modified time | relevance | path

Searched refs:getCurrentCorrelation (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/tracking/
DMultiBoxTracker.java148 final String labelString = String.format("%.2f", trackedObject.getCurrentCorrelation()); in drawDebug()
235 final float correlation = trackedObject.getCurrentCorrelation(); in onFrame()
309 final float potentialCorrelation = potentialObject.getCurrentCorrelation(); in handleDetection()
345 && trackedRecognition.trackedObject.getCurrentCorrelation() > MARGINAL_CORRELATION) { in handleDetection()
390 trackedRecognition.trackedObject.getCurrentCorrelation()); in handleDetection()
DObjectTracker.java523 public float getCurrentCorrelation() { in getCurrentCorrelation() method in ObjectTracker.TrackedObject
525 return ObjectTracker.this.getCurrentCorrelation(id); in getCurrentCorrelation()
637 protected native float getCurrentCorrelation(String key); in getCurrentCorrelation() method in ObjectTracker
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/tracking/
DMultiBoxTracker.java148 final String labelString = String.format("%.2f", trackedObject.getCurrentCorrelation()); in drawDebug()
235 final float correlation = trackedObject.getCurrentCorrelation(); in onFrame()
309 final float potentialCorrelation = potentialObject.getCurrentCorrelation(); in handleDetection()
345 && trackedRecognition.trackedObject.getCurrentCorrelation() > MARGINAL_CORRELATION) { in handleDetection()
390 trackedRecognition.trackedObject.getCurrentCorrelation()); in handleDetection()
DObjectTracker.java523 public float getCurrentCorrelation() { in getCurrentCorrelation() method in ObjectTracker.TrackedObject
525 return ObjectTracker.this.getCurrentCorrelation(id); in getCurrentCorrelation()
637 protected native float getCurrentCorrelation(String key); in getCurrentCorrelation() method in ObjectTracker
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dobject_tracker_jni.cc93 jfloat JNICALL OBJECT_TRACKER_METHOD(getCurrentCorrelation)(JNIEnv* env,
258 jfloat JNICALL OBJECT_TRACKER_METHOD(getCurrentCorrelation)(JNIEnv* env, in OBJECT_TRACKER_METHOD() argument