Public Member Functions | Public Attributes | Static Public Attributes
haloc::Image::Params Struct Reference

#include <image.h>

List of all members.

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

Detailed Description

Definition at line 23 of file image.h.


Constructor & Destructor Documentation

Parameter constructor. Sets the parameter struct to default values.

Definition at line 6 of file image.cpp.


Member Data Documentation

> Bucket with (only stereo)

Definition at line 35 of file image.h.

> Bucket height (only stereo)

Definition at line 36 of file image.h.

> Epipolar threshold (stereo only).

Definition at line 34 of file image.h.

const int haloc::Image::Params::DEFAULT_B_HEIGHT = 40 [static]

Definition at line 43 of file image.h.

Definition at line 44 of file image.h.

const int haloc::Image::Params::DEFAULT_B_WIDTH = 40 [static]

Definition at line 42 of file image.h.

> Maximum number of features per bucket (only stereo).

Definition at line 39 of file image.h.

Definition at line 41 of file image.h.

Definition at line 40 of file image.h.

> Type of the descriptors (can be SIFT, SURF).

Definition at line 30 of file image.h.

> Can be "CROSSCHECK" or "RATIO".

Definition at line 31 of file image.h.

Definition at line 29 of file image.h.

> Minimum number of descriptor matches (as for lc.h) here is only used to determine the descriptor matching procedure.

Definition at line 33 of file image.h.

> Descriptor threshold for crosscheck matching (typically between 0.7-0.9) or ratio for ratio matching (typically between 0.6-0.8).

Definition at line 32 of file image.h.


The documentation for this struct was generated from the following files:


libhaloc
Author(s): Pep Lluis Negre
autogenerated on Thu Jun 6 2019 21:25:00