Searched refs:only_found (Results 1 – 3 of 3) sorted by relevance
105 int GetKeypoints(const bool only_found, float* const out_data) const;
355 JNIEnv* env, jobject thiz, jboolean only_found) { in OBJECT_TRACKER_METHOD()359 get_object_tracker(env, thiz)->GetKeypoints(only_found, keypoint_arr); in OBJECT_TRACKER_METHOD()
257 int ObjectTracker::GetKeypoints(const bool only_found, in GetKeypoints() argument263 if (!only_found || change.optical_flow_found_keypoint_[i]) { in GetKeypoints()