#include <gpu.hpp>
|
| ORB_GPU (int nFeatures=500, float scaleFactor=1.2f, int nLevels=8, int edgeThreshold=31, int firstLevel=0, int WTA_K=2, int scoreType=0, int patchSize=31) |
| Constructor. More...
|
|
void | operator() (const GpuMat &image, const GpuMat &mask, std::vector< KeyPoint > &keypoints) |
|
void | operator() (const GpuMat &image, const GpuMat &mask, GpuMat &keypoints) |
|
void | operator() (const GpuMat &image, const GpuMat &mask, std::vector< KeyPoint > &keypoints, GpuMat &descriptors) |
|
void | operator() (const GpuMat &image, const GpuMat &mask, GpuMat &keypoints, GpuMat &descriptors) |
|
void | downloadKeyPoints (GpuMat &d_keypoints, std::vector< KeyPoint > &keypoints) |
| download keypoints from device to host memory More...
|
|
void | convertKeyPoints (Mat &d_keypoints, std::vector< KeyPoint > &keypoints) |
| convert keypoints to KeyPoint vector More...
|
|
int | descriptorSize () const |
| returns the descriptor size in bytes More...
|
|
void | setFastParams (int threshold, bool nonmaxSuppression=true) |
|
void | release () |
| release temporary buffer's memory More...
|
|
§ anonymous enum
Enumerator |
---|
X_ROW | |
Y_ROW | |
RESPONSE_ROW | |
ANGLE_ROW | |
OCTAVE_ROW | |
SIZE_ROW | |
ROWS_COUNT | |
§ anonymous enum
Enumerator |
---|
DEFAULT_FAST_THRESHOLD | |
§ ORB_GPU()
cv::gpu::ORB_GPU::ORB_GPU |
( |
int |
nFeatures = 500 , |
|
|
float |
scaleFactor = 1.2f , |
|
|
int |
nLevels = 8 , |
|
|
int |
edgeThreshold = 31 , |
|
|
int |
firstLevel = 0 , |
|
|
int |
WTA_K = 2 , |
|
|
int |
scoreType = 0 , |
|
|
int |
patchSize = 31 |
|
) |
| |
|
explicit |
§ convertKeyPoints()
void cv::gpu::ORB_GPU::convertKeyPoints |
( |
Mat & |
d_keypoints, |
|
|
std::vector< KeyPoint > & |
keypoints |
|
) |
| |
convert keypoints to KeyPoint vector
§ descriptorSize()
int cv::gpu::ORB_GPU::descriptorSize |
( |
| ) |
const |
|
inline |
returns the descriptor size in bytes
§ downloadKeyPoints()
void cv::gpu::ORB_GPU::downloadKeyPoints |
( |
GpuMat & |
d_keypoints, |
|
|
std::vector< KeyPoint > & |
keypoints |
|
) |
| |
download keypoints from device to host memory
§ operator()() [1/4]
Compute the ORB features on an image image - the image to compute the features (supports only CV_8UC1 images) mask - the mask to apply keypoints - the resulting keypoints
§ operator()() [2/4]
§ operator()() [3/4]
Compute the ORB features and descriptors on an image image - the image to compute the features (supports only CV_8UC1 images) mask - the mask to apply keypoints - the resulting keypoints descriptors - descriptors array
§ operator()() [4/4]
§ release()
void cv::gpu::ORB_GPU::release |
( |
| ) |
|
release temporary buffer's memory
§ setFastParams()
void cv::gpu::ORB_GPU::setFastParams |
( |
int |
threshold, |
|
|
bool |
nonmaxSuppression = true |
|
) |
| |
|
inline |
§ blurForDescriptor
bool cv::gpu::ORB_GPU::blurForDescriptor |
if true, image will be blurred before descriptors calculation
The documentation for this class was generated from the following file: