Searched defs:detection (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
H A Dconfig.h32 // Struct that can be used to more richly store the results of a detection
46 const MatchScore& detection) {
47 stream << detection.value;
93 // Keypoint detection.
214 // The number of detection failures allowed before an object goes invisible.
244 // examples for detection to be valid.
45 operator <<(std::ostream& stream, const MatchScore& detection) argument
H A Dobject_tracker.cc497 const Detection& detection, TrackedObject** match) const {
507 detection.GetObjectBoundingBox());
510 (detection.GetObjectModel() != tracked_object->GetModel())) {
519 detection.GetObjectBoundingBox().GetCenter()).LengthSquared();
532 detection.GetMatchScore()) {
547 LOGV("Initial detection done, iterating over %zu detections now.",
554 const Detection& detection = *it; local
555 SCHECK(frame2_->GetImage()->Contains(detection.GetObjectBoundingBox()),
561 GetBestObjectForDetection(detection, &best_match);
566 const_cast<ObjectModelBase*>(detection
496 GetBestObjectForDetection( const Detection& detection, TrackedObject** match) const argument
[all...]
/external/aac/libSBRenc/src/
H A Dmh_det.cpp308 \brief Calculates the input to the missing harmonics detection.
337 \brief Checks that the detection is not due to a LP filter
340 in fact just a low-pass filtere input signal. If so, the detection is
493 * Determine if detection of new missing harmonics are allowed.
520 \brief Cleans up the detection after a transient.
547 /* detection in adjacent channels.*/
631 /* Make sure that the detection is not the cut-off of a low pass filter. */
649 This is the actual missing harmonics detection, using information from the
650 previous detection.
654 current frame, the detection algorith
671 static void detection(FIXP_DBL *quotaBuffer, FIXP_DBL *pDiffVecScfb, INT nSfb, function
[all...]

Completed in 237 milliseconds