#include <psurf.h>
|
| CV_WRAP | PSURF () |
| | the default constructor More...
|
| |
| CV_WRAP | PSURF (double _hessianThreshold, int _nOctaves=4, int _nOctaveLayers=2, bool _extended=false, bool _upright=false) |
| | the full constructor taking all the necessary parameters More...
|
| |
| CV_WRAP int | descriptorSize () const |
| | returns the descriptor size in float's (64 or 128) More...
|
| |
| | CV_WRAP_AS (detect) void operator()(const Mat &img |
| | finds the keypoints using fast hessian detector used in SURF More...
|
| |
| | CV_WRAP_AS (detect) void operator()(const Mat &img |
| | finds the keypoints and computes their descriptors. Optionally it can compute descriptors for the user-provided keypoints More...
|
| |
| cv::PSURF::PSURF |
( |
double |
_hessianThreshold, |
|
|
int |
_nOctaves = 4, |
|
|
int |
_nOctaveLayers = 2, |
|
|
bool |
_extended = false, |
|
|
bool |
_upright = false |
|
) |
| |
the full constructor taking all the necessary parameters
| cv::PSURF::CV_WRAP_AS |
( |
detect |
| ) |
const |
finds the keypoints using fast hessian detector used in SURF
| cv::PSURF::CV_WRAP_AS |
( |
detect |
| ) |
const |
finds the keypoints and computes their descriptors. Optionally it can compute descriptors for the user-provided keypoints
| int cv::PSURF::descriptorSize |
( |
| ) |
const |
returns the descriptor size in float's (64 or 128)
| const Mat CV_OUT vector<KeyPoint>& keypoints cv::PSURF::const |
| const base::samples::DistanceImage const Mat CV_OUT vector<KeyPoint> CV_OUT vector<float>& cv::PSURF::descriptors |
| const base::samples::DistanceImage* cv::PSURF::dist_img |
| const base::samples::DistanceImage const Mat CV_OUT vector<KeyPoint>& cv::PSURF::keypoints |
| const Mat& cv::PSURF::mask |
| const base::samples::DistanceImage const Mat& cv::PSURF::mask |
| const base::samples::DistanceImage const Mat CV_OUT vector<KeyPoint> CV_OUT vector<float> bool cv::PSURF::useProvidedKeypoints =false) const |
The documentation for this class was generated from the following files:
- /build/rock-master-18.09-perception-stereo-0.20161215/src/psurf.h
- /build/rock-master-18.09-perception-stereo-0.20161215/src/psurf.cpp