|
Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Modules/CLI/RobustStatisticsSegmenter/SFLSRobustStatSegmentor3DLabelMap_single.h>


Definition at line 12 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
| typedef SuperClassType::CSFLSLayer CSFLSRobustStatSegmentor3DLabelMap< TPixel >::CSFLSLayer |
Reimplemented from CSFLSSegmentor3D< TPixel >.
Definition at line 23 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
| typedef SuperClassType::NodeType CSFLSRobustStatSegmentor3DLabelMap< TPixel >::NodeType |
Reimplemented from CSFLSSegmentor3D< TPixel >.
Definition at line 22 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
| typedef CSFLSRobustStatSegmentor3DLabelMap<TPixel> CSFLSRobustStatSegmentor3DLabelMap< TPixel >::Self |
Reimplemented from CSFLSSegmentor3D< TPixel >.
Definition at line 19 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
| typedef CSFLSSegmentor3D<TPixel> CSFLSRobustStatSegmentor3DLabelMap< TPixel >::SuperClassType |
Reimplemented from CSFLSSegmentor3D< TPixel >.
Definition at line 17 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
| typedef SuperClassType::TFloatImage CSFLSRobustStatSegmentor3DLabelMap< TPixel >::TFloatImage |
Reimplemented from CSFLSSegmentor3D< TPixel >.
Definition at line 46 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
| typedef TFloatImage::Pointer CSFLSRobustStatSegmentor3DLabelMap< TPixel >::TFloatImagePointer |
Definition at line 47 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
| typedef SuperClassType::TIndex CSFLSRobustStatSegmentor3DLabelMap< TPixel >::TIndex |
Reimplemented from CSFLSSegmentor3D< TPixel >.
Definition at line 54 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
| typedef SuperClassType::TShortImage CSFLSRobustStatSegmentor3DLabelMap< TPixel >::TLabelImage |
Definition at line 43 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
| typedef TLabelImage::Pointer CSFLSRobustStatSegmentor3DLabelMap< TPixel >::TLabelImagePointer |
Definition at line 44 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
| typedef SuperClassType::MaskImageType CSFLSRobustStatSegmentor3DLabelMap< TPixel >::TMaskImage |
Definition at line 52 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
| typedef SuperClassType::TRegion CSFLSRobustStatSegmentor3DLabelMap< TPixel >::TRegion |
Reimplemented from CSFLSSegmentor3D< TPixel >.
Definition at line 56 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
| typedef SuperClassType::TSize CSFLSRobustStatSegmentor3DLabelMap< TPixel >::TSize |
Reimplemented from CSFLSSegmentor3D< TPixel >.
Definition at line 55 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
| CSFLSRobustStatSegmentor3DLabelMap< TPixel >::CSFLSRobustStatSegmentor3DLabelMap | ( | ) | [inline] |
Definition at line 27 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
| void CSFLSRobustStatSegmentor3DLabelMap< TPixel >::basicInit | ( | ) |
Reimplemented from CSFLSSegmentor3D< TPixel >.
| void CSFLSRobustStatSegmentor3DLabelMap< TPixel >::computeFeatureAt | ( | TIndex | idx, |
| std::vector< double > & | f | ||
| ) | [protected] |
| void CSFLSRobustStatSegmentor3DLabelMap< TPixel >::computeForce | ( | ) | [virtual] |
Implements CSFLSSegmentor3D< TPixel >.
| void CSFLSRobustStatSegmentor3DLabelMap< TPixel >::computeMinMax | ( | ) | [protected] |
| void CSFLSRobustStatSegmentor3DLabelMap< TPixel >::dialteSeeds | ( | ) | [protected] |
| void CSFLSRobustStatSegmentor3DLabelMap< TPixel >::doSegmenation | ( | ) | [virtual] |
Implements CSFLSSegmentor3D< TPixel >.
| void CSFLSRobustStatSegmentor3DLabelMap< TPixel >::estimateFeatureStdDevs | ( | ) | [protected] |
| void CSFLSRobustStatSegmentor3DLabelMap< TPixel >::estimatePDFs | ( | ) | [protected] |
| void CSFLSRobustStatSegmentor3DLabelMap< TPixel >::getFeatureAroundSeeds | ( | ) | [protected] |
| void CSFLSRobustStatSegmentor3DLabelMap< TPixel >::getRobustStatistics | ( | std::vector< double > & | samples, |
| std::vector< double > & | robustStat | ||
| ) | [protected] |
| void CSFLSRobustStatSegmentor3DLabelMap< TPixel >::getThingsReady | ( | ) | [protected] |
| void CSFLSRobustStatSegmentor3DLabelMap< TPixel >::initFeatureComputedImage | ( | ) | [protected] |
| void CSFLSRobustStatSegmentor3DLabelMap< TPixel >::initFeatureImage | ( | ) | [protected] |
| void CSFLSRobustStatSegmentor3DLabelMap< TPixel >::inputLableImageToSeeds | ( | ) | [protected] |
| double CSFLSRobustStatSegmentor3DLabelMap< TPixel >::kernelEvaluation | ( | const std::vector< double > & | newFeature | ) | [protected] |
| double CSFLSRobustStatSegmentor3DLabelMap< TPixel >::kernelEvaluationUsingPDF | ( | const std::vector< double > & | newFeature | ) | [protected] |
| void CSFLSRobustStatSegmentor3DLabelMap< TPixel >::seedToMask | ( | ) | [protected] |
| void CSFLSRobustStatSegmentor3DLabelMap< TPixel >::setInputLabelImage | ( | TLabelImagePointer | l | ) |
| void CSFLSRobustStatSegmentor3DLabelMap< TPixel >::setIntensityHomogeneity | ( | double | h | ) |
| void CSFLSRobustStatSegmentor3DLabelMap< TPixel >::setKernelWidthFactor | ( | double | f | ) |
std::vector<std::vector<double> > CSFLSRobustStatSegmentor3DLabelMap< TPixel >::m_featureAtTheSeeds [protected] |
Definition at line 77 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
TLabelImagePointer CSFLSRobustStatSegmentor3DLabelMap< TPixel >::m_featureComputed [protected] |
Definition at line 89 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
std::vector<TFloatImagePointer> CSFLSRobustStatSegmentor3DLabelMap< TPixel >::m_featureImageList [protected] |
Definition at line 90 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
TPixel CSFLSRobustStatSegmentor3DLabelMap< TPixel >::m_inputImageIntensityMax [protected] |
Definition at line 115 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
TPixel CSFLSRobustStatSegmentor3DLabelMap< TPixel >::m_inputImageIntensityMin [protected] |
Definition at line 114 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
TLabelImagePointer CSFLSRobustStatSegmentor3DLabelMap< TPixel >::m_inputLabelImage [protected] |
Definition at line 74 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
std::vector<double> CSFLSRobustStatSegmentor3DLabelMap< TPixel >::m_kernelStddev [protected] |
Definition at line 126 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
double CSFLSRobustStatSegmentor3DLabelMap< TPixel >::m_kernelWidthFactor [protected] |
Definition at line 92 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
const long CSFLSRobustStatSegmentor3DLabelMap< TPixel >::m_numberOfFeature = 3 [static, protected] |
Definition at line 83 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
std::vector<std::vector<double> > CSFLSRobustStatSegmentor3DLabelMap< TPixel >::m_PDFlearnedFromSeeds [protected] |
Definition at line 118 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
std::vector<std::vector<long> > CSFLSRobustStatSegmentor3DLabelMap< TPixel >::m_seeds [protected] |
Definition at line 75 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
long CSFLSRobustStatSegmentor3DLabelMap< TPixel >::m_statNeighborX [protected] |
Definition at line 79 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
long CSFLSRobustStatSegmentor3DLabelMap< TPixel >::m_statNeighborY [protected] |
Definition at line 80 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
long CSFLSRobustStatSegmentor3DLabelMap< TPixel >::m_statNeighborZ [protected] |
Definition at line 81 of file SFLSRobustStatSegmentor3DLabelMap_single.h.
1.7.4