#include <image.h>
List of all members.
Detailed Description
Definition at line 15 of file image.h.
Constructor & Destructor Documentation
Member Function Documentation
Bucket features.
- Returns:
- the bucketed matches
- Parameters:
-
input | matches |
input | keypoints |
bucket | with |
bucket | height |
number | of features per bucket |
Definition at line 199 of file image.cpp.
Sets the stereo camera model for the class.
- Parameters:
-
Definition at line 43 of file image.cpp.
Compute the keypoints and descriptors for one image (mono)
- Returns:
- false if not enough keypoints. True otherwise.
- Parameters:
-
Image | identifier |
cvMat | image |
Definition at line 53 of file image.cpp.
Sets the parameters.
- Parameters:
-
Definition at line 24 of file image.cpp.
Compute the keypoints and descriptors for two images (stereo)
- Returns:
- false if not enough stereo matches. True otherwise.
- Parameters:
-
Image | identifier |
cvMat | image for left frame |
cvMat | image for right frame |
Definition at line 90 of file image.cpp.
Member Data Documentation
> Unfiltered keypoints of the images.
Definition at line 89 of file image.h.
> Object to save the stereo camera model.
Definition at line 87 of file image.h.
> The current id for this image.
Definition at line 88 of file image.h.
> Unfiltered descriptors of the images.
Definition at line 90 of file image.h.
> Stores parameters
Definition at line 86 of file image.h.
The documentation for this class was generated from the following files: