MEPP2 Project
Classes | Variables
core.h File Reference
#include <math.h>
#include <algorithm>
#include <chrono>
#include <utility>
#include <vector>
#include <Eigen/Core>
#include <Eigen/Dense>
#include <Eigen/Eigenvalues>
#include <flann/flann.hpp>
#include "core.inl"
Include dependency graph for core.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CApp
 

Variables

const float mu_max2 = 0.35f
 
const float div_fact = 1.01f
 
const float epsilon = 1e-10f
 
const float lim_error = 1e-5f
 
const float lim_diff = 1e-7f
 
const int itr_min = 5
 
const float mu_max = 1.0
 
const int itr_per_mu = 1
 
const float noise_min = 0.000001f
 
const float likelihood_threshold = 0.95f
 
const float min_points_fact = 0.1f
 
const float thresh_weight = 0.25
 

Variable Documentation

◆ div_fact

const float div_fact = 1.01f

Definition at line 48 of file core.h.

◆ epsilon

const float epsilon = 1e-10f

Definition at line 51 of file core.h.

◆ itr_min

const int itr_min = 5

Definition at line 56 of file core.h.

◆ itr_per_mu

const int itr_per_mu = 1

Definition at line 58 of file core.h.

◆ likelihood_threshold

const float likelihood_threshold = 0.95f

Definition at line 60 of file core.h.

◆ lim_diff

const float lim_diff = 1e-7f

Definition at line 53 of file core.h.

◆ lim_error

const float lim_error = 1e-5f

Definition at line 52 of file core.h.

◆ min_points_fact

const float min_points_fact = 0.1f

Definition at line 61 of file core.h.

◆ mu_max

const float mu_max = 1.0

Definition at line 57 of file core.h.

◆ mu_max2

const float mu_max2 = 0.35f

Definition at line 46 of file core.h.

◆ noise_min

const float noise_min = 0.000001f

Definition at line 59 of file core.h.

◆ thresh_weight

const float thresh_weight = 0.25

Definition at line 62 of file core.h.