OKVIS ROS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
okvis::KeypointData Struct Reference

Keypoint measurement. More...

#include <Measurements.hpp>

Public Attributes

std::vector< cv::KeyPoint > keypoints
 Keypoints. More...
 
std::vector< long unsigned int > landmarkIds
 Associated landmark IDs. More...
 
cv::Mat descriptors
 Keypoint descriptors. More...
 

Detailed Description

Keypoint measurement.

Member Data Documentation

cv::Mat okvis::KeypointData::descriptors

Keypoint descriptors.

std::vector<cv::KeyPoint> okvis::KeypointData::keypoints

Keypoints.

std::vector<long unsigned int> okvis::KeypointData::landmarkIds

Associated landmark IDs.


The documentation for this struct was generated from the following file: