Home
last modified time | relevance | path

Searched defs:Keypoint (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
H A Dkeypoint.h30 struct Keypoint { struct
31 Keypoint() : pos_(0.0f, 0.0f), score_(0.0f), type_(0) {} in Keypoint() function
32 Keypoint(const float x, const float y) in Keypoint() function
40 inline std::ostream& operator<<(std::ostream& stream, const Keypoint keypoint) { argument
/aosp_15_r20/external/ComputeLibrary/src/core/CL/cl_kernels/
H A Dtypes.h35 typedef struct Keypoint struct
44 } Keypoint; argument
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/tracking/
H A DObjectTracker.java115 public static class Keypoint { class in ObjectTracker
121 public Keypoint(final float x, final float y) { in Keypoint() method in ObjectTracker.Keypoint
128 public Keypoint(final float x, final float y, final float score, final int type) { in Keypoint() method in ObjectTracker.Keypoint