#include <frame.h>
List of all members.
Detailed Description
Definition at line 33 of file frame.h.
Constructor & Destructor Documentation
Empty class constructor.
Definition at line 12 of file frame.cpp.
Class constructor.
Definition at line 14 of file frame.cpp.
Member Function Documentation
Compute sift descriptors.
- Returns:
- the matrix of sift descriptors
Definition at line 86 of file frame.cpp.
Get 3D in camera frame.
Definition at line 78 of file frame.h.
Get camera pose.
Definition at line 111 of file frame.h.
Return the clustering for the current frame.
Definition at line 119 of file frame.h.
Return the clustering for the current frame.
Definition at line 115 of file frame.h.
Get frame id.
Definition at line 107 of file frame.h.
Get frame timestamp.
Definition at line 131 of file frame.h.
Get left descriptors.
Definition at line 69 of file frame.h.
Get left image.
Definition at line 48 of file frame.h.
Get left keypoints.
Definition at line 56 of file frame.h.
Get frame pointcloud.
Definition at line 127 of file frame.h.
Get right image.
Definition at line 52 of file frame.h.
Get right keypoints.
Definition at line 65 of file frame.h.
Get frame timestamp.
Definition at line 123 of file frame.h.
vector< int > slam::Frame::regionQuery |
( |
vector< cv::KeyPoint > * |
keypoints, |
|
|
cv::KeyPoint * |
keypoint, |
|
|
float |
eps |
|
) |
| [protected] |
Search keypoints into region.
- Returns:
- the list of keypoints into a certain region
- Parameters:
-
list | of keypoints |
query | keypoint |
maximum | distance to considerate a keypoint into the region |
Definition at line 255 of file frame.cpp.
Set 3D.
- Parameters:
-
Definition at line 88 of file frame.h.
Set camera pose.
- Parameters:
-
Definition at line 93 of file frame.h.
Set frame id.
- Parameters:
-
Definition at line 83 of file frame.h.
Set number of inliers with the previous frame.
- Parameters:
-
number | of inliers between current frame and previous |
Definition at line 103 of file frame.h.
Set left descriptors.
- Parameters:
-
Definition at line 74 of file frame.h.
Set left keypoints.
- Parameters:
-
Definition at line 61 of file frame.h.
Set pointcloud.
- Parameters:
-
Definition at line 98 of file frame.h.
Member Data Documentation
> Right descriptors.
Definition at line 165 of file frame.h.
> Central point for every cluster
Definition at line 171 of file frame.h.
> Keypoints clustering
Definition at line 169 of file frame.h.
> Stereo 3D points in camera frame
Definition at line 167 of file frame.h.
> The pointcloud for this frame
Definition at line 177 of file frame.h.
> Right keypoints.
Definition at line 162 of file frame.h.
> Right image
Definition at line 159 of file frame.h.
> Keypoints publisher
Definition at line 179 of file frame.h.
> Store the frame timestamp
Definition at line 175 of file frame.h.
> Left descriptors.
Definition at line 163 of file frame.h.
> Left image
Definition at line 157 of file frame.h.
> Left keypoints.
Definition at line 160 of file frame.h.
> Camera world position for this frame
Definition at line 173 of file frame.h.
The documentation for this class was generated from the following files: