OKVIS
|
Depth camera measurements. For now assume they are synchronized: More...
#include <Measurements.hpp>
Public Attributes | |
cv::Mat | image |
Grayscale/RGB image. More... | |
cv::Mat | depthImage |
Depth image. More... | |
std::vector< cv::KeyPoint > | keypoints |
Keypoints if available. More... | |
bool | deliversKeypoints |
Are keypoints already delievered in measurement? More... | |
Depth camera measurements. For now assume they are synchronized:
bool okvis::DepthCameraData::deliversKeypoints |
Are keypoints already delievered in measurement?
cv::Mat okvis::DepthCameraData::depthImage |
Depth image.
cv::Mat okvis::DepthCameraData::image |
Grayscale/RGB image.
std::vector<cv::KeyPoint> okvis::DepthCameraData::keypoints |
Keypoints if available.