MSDM
 All Classes Namespaces Files Functions Variables Typedefs Pages
Public Attributes | List of all members
MSDM_options Struct Reference

Structure that contains all the parameters of the MSDM estimation. More...

#include <Header.h>

Public Attributes

bool multithreading
 
int nb_threads
 
bool display
 
bool isGeodesic
 
double radius
 
double alpha
 
double beta
 
double gamma
 
double Mpower
 
bool isRelative
 

Detailed Description

Structure that contains all the parameters of the MSDM estimation.

This is the C translation of the MATLAB option structure.

Member Data Documentation

double MSDM_options::alpha

Weight of L in the local MSDM score. Default: 0.4.

double MSDM_options::beta

Weight of C in the local MSDM score. Default: 0.4.

bool MSDM_options::display

Display progress information in MATLAB console. Default: true.

double MSDM_options::gamma

Weight of S in the local MSDM score. Default: 0.2.

bool MSDM_options::isGeodesic

Use a non-connectivity dependent neighborhood definition. Default: true.

bool MSDM_options::isRelative

Relative radius with regard to the bounding box. Default: true.

double MSDM_options::Mpower

Exponent in the Minkowski sum of local MSDM scores. Default: 3.

bool MSDM_options::multithreading

Use multithreadding computation. Default: true.

int MSDM_options::nb_threads

Specify number of threads to use. Default: max system - 1.

double MSDM_options::radius

Radius of the neighborhood. Default: 0.015.


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