Searched defs:Keypoint (Results 1 – 3 of 3) sorted by relevance
30 struct Keypoint { struct31 Keypoint() : pos_(0.0f, 0.0f), score_(0.0f), type_(0) {} in Keypoint() function32 Keypoint(const float x, const float y) in Keypoint() function40 inline std::ostream& operator<<(std::ostream& stream, const Keypoint keypoint) { argument
35 typedef struct Keypoint struct44 } Keypoint; argument
115 public static class Keypoint { class in ObjectTracker121 public Keypoint(final float x, final float y) { in Keypoint() method in ObjectTracker.Keypoint128 public Keypoint(final float x, final float y, final float score, final int type) { in Keypoint() method in ObjectTracker.Keypoint