Jafar
Public Member Functions | Public Attributes | Private Member Functions
ConfigEstimation Class Reference

Detailed Description

Definition at line 403 of file main.hpp.

List of all members.

Public Member Functions

virtual void loadKeyValueFile (jafar::kernel::KeyValueFile const &keyValueFile)
virtual void saveKeyValueFile (jafar::kernel::KeyValueFile &keyValueFile)

Public Attributes

unsigned CORRECTION_SIZE
 MISC.
unsigned MAP_SIZE
 FILTER.
double PIX_NOISE
 measurement noise of a point
double PIX_NOISE_SIMUFACTOR
 factor of PIX_NOISE used to generate the actual simulation noise
double D_MIN
 LANDMARKS.
double REPARAM_TH
 reparametrization threshold
unsigned GRID_HCELLS
 number of horizontal cells of the image grid for landmark density control
unsigned GRID_VCELLS
 number of vertical cells
unsigned GRID_MARGIN
 min margin of a cell that must be in the image when shifting the grid
unsigned GRID_SEPAR
 min separation between landmarks in the image for creation (margin with the border of the cell where landmarks can be initialized)
double RELEVANCE_TH
 relevance threshold to make an update (# of sigmas)
double MAHALANOBIS_TH
 mahalanobis distance for gating (# of sigmas)
unsigned N_UPDATES_TOTAL
 max number of landmarks to update every frame
unsigned N_UPDATES_RANSAC
 max number of landmarks to update with ransac every frame
unsigned N_INIT
 maximum number of landmarks to try to initialize every frame
unsigned N_RECOMP_GAINS
 how many times information gain is recomputed to resort observations in active search
double RANSAC_LOW_INNOV
 ransac low innovation threshold (pixels)
unsigned RANSAC_NTRIES
 number of base observation used to initialize a ransac set
bool MULTIPLE_DEPTH_HYPOS
 make multiple depth hypotheses when search ellipses are too big and distortion too strong
unsigned HARRIS_CONV_SIZE
 RAW PROCESSING.
double HARRIS_TH
 harris threshold
double HARRIS_EDDGE
 harris symmetry factor
unsigned DESC_SIZE
 descriptor patch size (odd value)
bool MULTIVIEW_DESCRIPTOR
 whether use or not the multiview descriptor
double DESC_SCALE_STEP
 MultiviewDescriptor: min change of scale (ratio)
double DESC_ANGLE_STEP
 MultiviewDescriptor: min change of point of view (deg)
int DESC_PREDICTION_TYPE
 type of prediction from descriptor (0 = none, 1 = affine, 2 = homographic)
unsigned PATCH_SIZE
 patch size used for matching
unsigned MAX_SEARCH_SIZE
 if the search area is larger than this # of pixels, we bound it
unsigned KILL_SEARCH_SIZE
 if the search area is larger than this # of pixels, we vote for killing the landmark
double MATCH_TH
 ZNCC score threshold.
double MIN_SCORE
 min ZNCC score under which we don't finish to compute the value of the score
double HI_MATCH_TH
 higher ZNCC score threshold for landmarks with high depth uncertainty and high expectation uncertainty
double HI_LIMIT
 limit in pixels of the expectation uncertainty to use HI_MATCH_TH
double PARTIAL_POSITION
 position in the patch where we test if we finish the correlation computation

Private Member Functions

void processKeyValueFile (jafar::kernel::KeyValueFile &keyValueFile, bool read)

Member Data Documentation

MISC.

number of coefficients for the distortion correction polynomial

Definition at line 407 of file main.hpp.

LANDMARKS.

inverse depth mean initialization

Definition at line 415 of file main.hpp.

RAW PROCESSING.

harris detector convolution size

Definition at line 435 of file main.hpp.

FILTER.

map size in # of states, robot + landmarks

Definition at line 410 of file main.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:30 for Jafar by doxygen 1.7.6.1
LAAS-CNRS