#include <image.h>
Public Member Functions | |
Params () | |
Parameter constructor. Sets the parameter struct to default values. | |
Public Attributes | |
int | b_height |
> Bucket with (only stereo) | |
int | b_max_features |
> Bucket height (only stereo) | |
int | b_width |
> Epipolar threshold (stereo only). | |
string | desc_matching_type |
> Type of the descriptors (can be SIFT, SURF). | |
double | desc_thresh_ratio |
> Can be "CROSSCHECK" or "RATIO". | |
string | desc_type |
int | epipolar_thresh |
> Minimum number of descriptor matches (as for lc.h) here is only used to determine the descriptor matching procedure. | |
int | min_matches |
> Descriptor threshold for crosscheck matching (typically between 0.7-0.9) or ratio for ratio matching (typically between 0.6-0.8). | |
Static Public Attributes | |
static const int | DEFAULT_B_HEIGHT = 40 |
static const int | DEFAULT_B_MAX_FEATURES = 3 |
static const int | DEFAULT_B_WIDTH = 40 |
static const double | DEFAULT_DESC_THRESH_RATIO = 0.8 |
> Maximum number of features per bucket (only stereo). | |
static const int | DEFAULT_EPIPOLAR_THRESH = 1 |
static const int | DEFAULT_MIN_MATCHES = 20 |
const int haloc::Image::Params::DEFAULT_B_HEIGHT = 40 [static] |
const int haloc::Image::Params::DEFAULT_B_MAX_FEATURES = 3 [static] |
const int haloc::Image::Params::DEFAULT_B_WIDTH = 40 [static] |
const double haloc::Image::Params::DEFAULT_DESC_THRESH_RATIO = 0.8 [static] |
const int haloc::Image::Params::DEFAULT_EPIPOLAR_THRESH = 1 [static] |
const int haloc::Image::Params::DEFAULT_MIN_MATCHES = 20 [static] |