Main MRPT website > C++ reference for MRPT 1.5.6
List of all members | Public Member Functions | Public Attributes
mrpt::pbmap::config_heuristics Struct Reference

Detailed Description

A class used to define the heuristic parameters and thresholds used to match sets of planes.

These parameters are loaded from a configuration file.

Definition at line 30 of file heuristicParams.h.

#include <mrpt/pbmap/heuristicParams.h>

Public Member Functions

void load_params (const std::string &config_file_name)
 
void print_params ()
 

Public Attributes

std::string path_prev_pbmaps
 
unsigned min_planes_recognition
 
bool use_structure
 
bool use_completeness
 
float dist_d
 
float angle
 
float color_threshold
 
float intensity_threshold
 
float hue_threshold
 
float area_threshold
 
float area_threshold_inv
 
float area_full_threshold
 
float area_full_threshold_inv
 
float area_half_threshold
 
float area_half_threshold_inv
 
float elongation_threshold
 
float elongation_threshold_inv
 
int graph_mode
 
float dist_threshold
 
float dist_threshold_inv
 
float angle_threshold
 
float height_threshold
 
float height_threshold_parallel
 
float cos_angle_parallel
 

Member Function Documentation

◆ load_params()

void mrpt::pbmap::config_heuristics::load_params ( const std::string config_file_name)
inline

◆ print_params()

void mrpt::pbmap::config_heuristics::print_params ( )
inline

Print the threshold for registration

Definition at line 108 of file heuristicParams.h.

Member Data Documentation

◆ angle

float mrpt::pbmap::config_heuristics::angle

Definition at line 44 of file heuristicParams.h.

◆ angle_threshold

float mrpt::pbmap::config_heuristics::angle_threshold

Definition at line 59 of file heuristicParams.h.

◆ area_full_threshold

float mrpt::pbmap::config_heuristics::area_full_threshold

Definition at line 51 of file heuristicParams.h.

◆ area_full_threshold_inv

float mrpt::pbmap::config_heuristics::area_full_threshold_inv

Definition at line 51 of file heuristicParams.h.

◆ area_half_threshold

float mrpt::pbmap::config_heuristics::area_half_threshold

Definition at line 52 of file heuristicParams.h.

◆ area_half_threshold_inv

float mrpt::pbmap::config_heuristics::area_half_threshold_inv

Definition at line 52 of file heuristicParams.h.

◆ area_threshold

float mrpt::pbmap::config_heuristics::area_threshold

Definition at line 50 of file heuristicParams.h.

◆ area_threshold_inv

float mrpt::pbmap::config_heuristics::area_threshold_inv

Definition at line 50 of file heuristicParams.h.

◆ color_threshold

float mrpt::pbmap::config_heuristics::color_threshold

Definition at line 46 of file heuristicParams.h.

Referenced by mrpt::pbmap::PbMapLocaliser::PbMapLocaliser().

◆ cos_angle_parallel

float mrpt::pbmap::config_heuristics::cos_angle_parallel

Definition at line 62 of file heuristicParams.h.

◆ dist_d

float mrpt::pbmap::config_heuristics::dist_d

Unary constraint threshold to limit the difference of distances between two pairs camera-plane (to be used in odometry, i.e. when the two cameras are nearby

Definition at line 43 of file heuristicParams.h.

◆ dist_threshold

float mrpt::pbmap::config_heuristics::dist_threshold

Binary constraint threshold to limit the difference of distances between the centers of two pair of planes. This threashold should be loose if the plane boundaries are not known, which is the most common situation

Definition at line 58 of file heuristicParams.h.

◆ dist_threshold_inv

float mrpt::pbmap::config_heuristics::dist_threshold_inv

Definition at line 58 of file heuristicParams.h.

◆ elongation_threshold

float mrpt::pbmap::config_heuristics::elongation_threshold

Definition at line 53 of file heuristicParams.h.

◆ elongation_threshold_inv

float mrpt::pbmap::config_heuristics::elongation_threshold_inv

Definition at line 53 of file heuristicParams.h.

◆ graph_mode

int mrpt::pbmap::config_heuristics::graph_mode

◆ height_threshold

float mrpt::pbmap::config_heuristics::height_threshold

Definition at line 60 of file heuristicParams.h.

◆ height_threshold_parallel

float mrpt::pbmap::config_heuristics::height_threshold_parallel

Definition at line 61 of file heuristicParams.h.

◆ hue_threshold

float mrpt::pbmap::config_heuristics::hue_threshold

Definition at line 48 of file heuristicParams.h.

Referenced by mrpt::pbmap::PbMapLocaliser::PbMapLocaliser().

◆ intensity_threshold

float mrpt::pbmap::config_heuristics::intensity_threshold

Definition at line 47 of file heuristicParams.h.

Referenced by mrpt::pbmap::PbMapLocaliser::PbMapLocaliser().

◆ min_planes_recognition

unsigned mrpt::pbmap::config_heuristics::min_planes_recognition

Global parameter indicating the minimum required plane matches for place recognition

Definition at line 37 of file heuristicParams.h.

Referenced by mrpt::pbmap::PbMapLocaliser::PbMapLocaliser(), mrpt::pbmap::PbMapLocaliser::run(), and mrpt::pbmap::PbMapLocaliser::searchPlaneContext().

◆ path_prev_pbmaps

std::string mrpt::pbmap::config_heuristics::path_prev_pbmaps

Global parameter to indicate the path to previous PbMaps used for place recognition

Definition at line 34 of file heuristicParams.h.

◆ use_completeness

bool mrpt::pbmap::config_heuristics::use_completeness

Definition at line 39 of file heuristicParams.h.

◆ use_structure

bool mrpt::pbmap::config_heuristics::use_structure

Definition at line 38 of file heuristicParams.h.




Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019