$search

keyframe Struct Reference

Contains feature information corresponding to a keyframe which may eventually be used for loop closure. More...

#include <keyframes.hpp>

List of all members.

Public Member Functions

void detectKeypoints (Ptr< FeatureDetector > &detector)
 Uses an established keypoint detector to detect keypoints in the keyframe.
void extractDescriptors (Ptr< DescriptorExtractor > &extractor)
 Uses an established descriptor extractor to extract descriptors in the keyframe.

Public Attributes

Mat descriptors
unsigned int idx
Mat im
vector< KeyPoint > keypoints
bool poseDetermined

Detailed Description

Contains feature information corresponding to a keyframe which may eventually be used for loop closure.

Definition at line 30 of file keyframes.hpp.


Member Function Documentation

void keyframe::detectKeypoints ( Ptr< FeatureDetector > &  detector  ) 

Uses an established keypoint detector to detect keypoints in the keyframe.

Definition at line 207 of file keyframes.cpp.

void keyframe::extractDescriptors ( Ptr< DescriptorExtractor > &  extractor  ) 

Uses an established descriptor extractor to extract descriptors in the keyframe.

Definition at line 212 of file keyframes.cpp.


Member Data Documentation

Definition at line 35 of file keyframes.hpp.

unsigned int keyframe::idx

Definition at line 32 of file keyframes.hpp.

Definition at line 33 of file keyframes.hpp.

vector<KeyPoint> keyframe::keypoints

Definition at line 34 of file keyframes.hpp.

Definition at line 37 of file keyframes.hpp.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


thermalvis
Author(s): Stephen Vidas
autogenerated on Tue Mar 5 12:25:47 2013