Searched refs:getCurrentCorrelation (Results 1 – 5 of 5) sorted by relevance
148 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()
523 public float getCurrentCorrelation() { in getCurrentCorrelation() method in ObjectTracker.TrackedObject525 return ObjectTracker.this.getCurrentCorrelation(id); in getCurrentCorrelation()637 protected native float getCurrentCorrelation(String key); in getCurrentCorrelation() method in ObjectTracker
93 jfloat JNICALL OBJECT_TRACKER_METHOD(getCurrentCorrelation)(JNIEnv* env,258 jfloat JNICALL OBJECT_TRACKER_METHOD(getCurrentCorrelation)(JNIEnv* env, in OBJECT_TRACKER_METHOD() argument