Developer documentation
Version 3.0.3-105-gd3941f44
fmls.h File Reference
#include <map>
#include "memory.h"
#include "math/SH.h"
#include "dwi/directions/set.h"
#include "dwi/directions/mask.h"
#include "image.h"
#include "algo/loop.h"

Go to the source code of this file.

Classes

class  MR::DWI::FMLS::FOD_lobe
 
class  MR::DWI::FMLS::FOD_lobes
 
class  MR::DWI::FMLS::SH_coefs
 
class  MR::DWI::FMLS::FODQueueWriter
 
class  MR::DWI::FMLS::IntegrationWeights
 
class  MR::DWI::FMLS::Segmenter
 

Namespaces

namespace  MR
 
namespace  MR::DWI
 
namespace  MR::DWI::FMLS
 

Macros

#define FMLS_INTEGRAL_THRESHOLD_DEFAULT   0.0
 
#define FMLS_PEAK_VALUE_THRESHOLD_DEFAULT   0.1
 
#define FMLS_MERGE_RATIO_BRIDGE_TO_PEAK_DEFAULT   1.0
 

Functions

void MR::DWI::FMLS::load_fmls_thresholds (Segmenter &)
 

Variables

const App::OptionGroup MR::DWI::FMLS::FMLSSegmentOption
 

Macro Definition Documentation

◆ FMLS_INTEGRAL_THRESHOLD_DEFAULT

#define FMLS_INTEGRAL_THRESHOLD_DEFAULT   0.0

Definition at line 31 of file fmls.h.

◆ FMLS_MERGE_RATIO_BRIDGE_TO_PEAK_DEFAULT

#define FMLS_MERGE_RATIO_BRIDGE_TO_PEAK_DEFAULT   1.0

Definition at line 33 of file fmls.h.

◆ FMLS_PEAK_VALUE_THRESHOLD_DEFAULT

#define FMLS_PEAK_VALUE_THRESHOLD_DEFAULT   0.1

Definition at line 32 of file fmls.h.