|
GOFIGURE2
0.9.0
|
#include <Code/Filters/itkCellFeatureGenerator.h>
Public Types | |
| typedef AbsFilterType::Pointer | AbsFilterPointer |
| typedef AbsImageFilter < ImageType, ImageType > | AbsFilterType |
| typedef ImageRegionConstIterator < FeatureImageType > | ConstIteratorType |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef FeatureImageType::ConstPointer | FeatureImageConstPointer |
| typedef FeatureImageType::IndexType | FeatureImageIndexType |
| typedef FeatureImageType::PixelType | FeatureImagePixelType |
| typedef FeatureImageType::Pointer | FeatureImagePointer |
| typedef FeatureImageType::PointType | FeatureImagePointType |
| typedef FeatureImageType::RegionType | FeatureImageRegionType |
| typedef FeatureImageType::SizeType | FeatureImageSizeType |
| typedef FeatureImageSizeType::SizeValueType | FeatureImageSizeValueType |
| typedef FeatureImageType::SpacingType | FeatureImageSpacingType |
| typedef TFeatureImage | FeatureImageType |
| typedef FeatureMinMaxCalculatorType::Pointer | FeatureMinMaxCalculatorPointer |
| typedef MinimumMaximumImageCalculator < FeatureImageType > | FeatureMinMaxCalculatorType |
| typedef GradientFilterType::Pointer | GradientFilterPointer |
| typedef GradientMagnitudeRecursiveGaussianImageFilter < FeatureImageType, ImageType > | GradientFilterType |
| typedef ImageType::ConstPointer | ImageConstPointer |
| typedef ImageType::IndexType | ImageIndexType |
| typedef ImageType::PixelType | ImagePixelType |
| typedef ImageType::Pointer | ImagePointer |
| typedef ImageType::PointType | ImagePointType |
| typedef ImageType::RegionType | ImageRegionType |
| typedef ImageType::SizeType | ImageSizeType |
| typedef ImageSizeType::SizeValueType | ImageSizeValueType |
| typedef ImageType::SpacingType | ImageSpacingType |
| typedef TInputImage | ImageType |
| typedef ImageRegionIteratorWithIndex < ImageType > | IndexIteratorType |
| typedef ImageRegionIterator < ImageType > | IteratorType |
| typedef MaurerType::Pointer | MaurerPointer |
| typedef SignedMaurerDistanceMapImageFilter < SegmentImageType, ImageType > | MaurerType |
| typedef MinMaxCalculatorType::Pointer | MinMaxCalculatorPointer |
| typedef MinimumMaximumImageCalculator < ImageType > | MinMaxCalculatorType |
| typedef SmartPointer< Self > | Pointer |
| typedef SegmentImageType::ConstPointer | SegmentImageConstPointer |
| typedef SegmentImageType::IndexType | SegmentImageIndexType |
| typedef SegmentImageType::PixelType | SegmentImagePixelType |
| typedef SegmentImageType::Pointer | SegmentImagePointer |
| typedef TSegmentImage | SegmentImageType |
| typedef CellFeatureGenerator | Self |
| typedef SigmoidFilterType::Pointer | SigmoidFilterPointer |
| typedef SigmoidImageFilter < ImageType, ImageType > | SigmoidFilterType |
| typedef ImageToImageFilter < TFeatureImage, TInputImage > | Superclass |
| typedef ThreshFilterType::Pointer | ThreshFilterPointer |
| typedef ThresholdImageFilter < ImageType > | ThreshFilterType |
Public Member Functions | |
| ImagePointer | GetDistanceMap () |
| ImagePointer | GetGradient () |
| itkGetConstMacro (NucleiSigma, double) | |
| itkGetConstMacro (MembraneSigma, double) | |
| itkGetConstMacro (LargestCellRadius, double) | |
| itkGetConstMacro (DistanceMapWeight, double) | |
| itkGetConstMacro (NucleiGradientWeight, double) | |
| itkGetConstMacro (MembraneWeight, double) | |
| itkNewMacro (Self) | |
| itkSetMacro (NucleiSigma, double) | |
| itkSetMacro (MembraneSigma, double) | |
| itkSetMacro (LargestCellRadius, double) | |
| itkSetMacro (DistanceMapWeight, double) | |
| itkSetMacro (NucleiGradientWeight, double) | |
| itkSetMacro (MembraneWeight, double) | |
| itkStaticConstMacro (ImageDimension, unsigned int, TFeatureImage::ImageDimension) | |
| itkTypeMacro (CellFeatureGenerator, ImageToImageFilter) | |
| void | PrintSelf (std::ostream &os, Indent indent) const |
| void | SetForeground (SegmentImagePointer fg) |
Protected Member Functions | |
| CellFeatureGenerator () | |
| void | DistanceMap () |
| void | GenerateData () |
| void | Gradient () |
| void | Normalize () |
| ~CellFeatureGenerator () | |
Protected Attributes | |
| ImagePointer | m_DistanceMap |
| double | m_DistanceMapWeight |
| SegmentImagePointer | m_ForegroundMap |
| ImagePointer | m_Gradient |
| double | m_LargestCellRadius |
| double | m_MembraneSigma |
| double | m_MembraneWeight |
| double | m_NucleiGradientWeight |
| double | m_NucleiSigma |
Private Member Functions | |
| CellFeatureGenerator (Self &) | |
| void | operator= (const Self &) |
Definition at line 66 of file itkCellFeatureGenerator.h.
| typedef AbsFilterType::Pointer itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::AbsFilterPointer |
Definition at line 121 of file itkCellFeatureGenerator.h.
| typedef AbsImageFilter< ImageType, ImageType > itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::AbsFilterType |
Definition at line 120 of file itkCellFeatureGenerator.h.
| typedef ImageRegionConstIterator< FeatureImageType > itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::ConstIteratorType |
Definition at line 124 of file itkCellFeatureGenerator.h.
| typedef SmartPointer< const Self > itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::ConstPointer |
Definition at line 73 of file itkCellFeatureGenerator.h.
| typedef FeatureImageType::ConstPointer itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageConstPointer |
Definition at line 89 of file itkCellFeatureGenerator.h.
| typedef FeatureImageType::IndexType itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageIndexType |
Definition at line 95 of file itkCellFeatureGenerator.h.
| typedef FeatureImageType::PixelType itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::FeatureImagePixelType |
Definition at line 90 of file itkCellFeatureGenerator.h.
| typedef FeatureImageType::Pointer itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::FeatureImagePointer |
Definition at line 88 of file itkCellFeatureGenerator.h.
| typedef FeatureImageType::PointType itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::FeatureImagePointType |
Definition at line 96 of file itkCellFeatureGenerator.h.
| typedef FeatureImageType::RegionType itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageRegionType |
Definition at line 91 of file itkCellFeatureGenerator.h.
| typedef FeatureImageType::SizeType itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageSizeType |
Definition at line 92 of file itkCellFeatureGenerator.h.
| typedef FeatureImageSizeType::SizeValueType itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageSizeValueType |
Definition at line 93 of file itkCellFeatureGenerator.h.
| typedef FeatureImageType::SpacingType itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageSpacingType |
Definition at line 94 of file itkCellFeatureGenerator.h.
| typedef TFeatureImage itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageType |
Definition at line 87 of file itkCellFeatureGenerator.h.
| typedef FeatureMinMaxCalculatorType::Pointer itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::FeatureMinMaxCalculatorPointer |
Definition at line 133 of file itkCellFeatureGenerator.h.
| typedef MinimumMaximumImageCalculator< FeatureImageType > itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::FeatureMinMaxCalculatorType |
Definition at line 132 of file itkCellFeatureGenerator.h.
| typedef GradientFilterType::Pointer itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::GradientFilterPointer |
Definition at line 117 of file itkCellFeatureGenerator.h.
| typedef GradientMagnitudeRecursiveGaussianImageFilter< FeatureImageType, ImageType > itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::GradientFilterType |
Definition at line 116 of file itkCellFeatureGenerator.h.
| typedef ImageType::ConstPointer itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::ImageConstPointer |
Definition at line 100 of file itkCellFeatureGenerator.h.
| typedef ImageType::IndexType itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::ImageIndexType |
Definition at line 106 of file itkCellFeatureGenerator.h.
| typedef ImageType::PixelType itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::ImagePixelType |
Definition at line 101 of file itkCellFeatureGenerator.h.
| typedef ImageType::Pointer itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::ImagePointer |
Definition at line 99 of file itkCellFeatureGenerator.h.
| typedef ImageType::PointType itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::ImagePointType |
Definition at line 107 of file itkCellFeatureGenerator.h.
| typedef ImageType::RegionType itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::ImageRegionType |
Definition at line 102 of file itkCellFeatureGenerator.h.
| typedef ImageType::SizeType itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::ImageSizeType |
Definition at line 103 of file itkCellFeatureGenerator.h.
| typedef ImageSizeType::SizeValueType itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::ImageSizeValueType |
Definition at line 104 of file itkCellFeatureGenerator.h.
| typedef ImageType::SpacingType itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::ImageSpacingType |
Definition at line 105 of file itkCellFeatureGenerator.h.
| typedef TInputImage itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::ImageType |
Definition at line 98 of file itkCellFeatureGenerator.h.
| typedef ImageRegionIteratorWithIndex< ImageType > itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::IndexIteratorType |
Definition at line 126 of file itkCellFeatureGenerator.h.
| typedef ImageRegionIterator< ImageType > itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::IteratorType |
Definition at line 125 of file itkCellFeatureGenerator.h.
| typedef MaurerType::Pointer itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::MaurerPointer |
Definition at line 129 of file itkCellFeatureGenerator.h.
| typedef SignedMaurerDistanceMapImageFilter< SegmentImageType, ImageType > itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::MaurerType |
Definition at line 128 of file itkCellFeatureGenerator.h.
| typedef MinMaxCalculatorType::Pointer itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::MinMaxCalculatorPointer |
Definition at line 131 of file itkCellFeatureGenerator.h.
| typedef MinimumMaximumImageCalculator< ImageType > itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::MinMaxCalculatorType |
Definition at line 130 of file itkCellFeatureGenerator.h.
| typedef SmartPointer< Self > itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::Pointer |
Definition at line 72 of file itkCellFeatureGenerator.h.
| typedef SegmentImageType::ConstPointer itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::SegmentImageConstPointer |
Definition at line 111 of file itkCellFeatureGenerator.h.
| typedef SegmentImageType::IndexType itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::SegmentImageIndexType |
Definition at line 112 of file itkCellFeatureGenerator.h.
| typedef SegmentImageType::PixelType itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::SegmentImagePixelType |
Definition at line 113 of file itkCellFeatureGenerator.h.
| typedef SegmentImageType::Pointer itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::SegmentImagePointer |
Definition at line 110 of file itkCellFeatureGenerator.h.
| typedef TSegmentImage itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::SegmentImageType |
Definition at line 109 of file itkCellFeatureGenerator.h.
| typedef CellFeatureGenerator itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::Self |
Definition at line 70 of file itkCellFeatureGenerator.h.
| typedef SigmoidFilterType::Pointer itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::SigmoidFilterPointer |
Definition at line 119 of file itkCellFeatureGenerator.h.
| typedef SigmoidImageFilter< ImageType, ImageType > itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::SigmoidFilterType |
Definition at line 118 of file itkCellFeatureGenerator.h.
| typedef ImageToImageFilter< TFeatureImage, TInputImage > itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::Superclass |
Definition at line 71 of file itkCellFeatureGenerator.h.
| typedef ThreshFilterType::Pointer itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::ThreshFilterPointer |
Definition at line 123 of file itkCellFeatureGenerator.h.
| typedef ThresholdImageFilter< ImageType > itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::ThreshFilterType |
Definition at line 122 of file itkCellFeatureGenerator.h.
|
protected |
|
inlineprotected |
Definition at line 165 of file itkCellFeatureGenerator.h.
|
private |
|
protected |
|
protected |
|
inline |
Definition at line 153 of file itkCellFeatureGenerator.h.
|
inline |
Definition at line 158 of file itkCellFeatureGenerator.h.
|
protected |
| itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::itkGetConstMacro | ( | NucleiSigma | , |
| double | |||
| ) |
| itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::itkGetConstMacro | ( | MembraneSigma | , |
| double | |||
| ) |
| itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::itkGetConstMacro | ( | LargestCellRadius | , |
| double | |||
| ) |
| itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::itkGetConstMacro | ( | DistanceMapWeight | , |
| double | |||
| ) |
| itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::itkGetConstMacro | ( | NucleiGradientWeight | , |
| double | |||
| ) |
| itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::itkGetConstMacro | ( | MembraneWeight | , |
| double | |||
| ) |
| itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::itkNewMacro | ( | Self | ) |
Method for creation through object factory
| itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::itkSetMacro | ( | NucleiSigma | , |
| double | |||
| ) |
| itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::itkSetMacro | ( | MembraneSigma | , |
| double | |||
| ) |
| itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::itkSetMacro | ( | LargestCellRadius | , |
| double | |||
| ) |
| itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::itkSetMacro | ( | DistanceMapWeight | , |
| double | |||
| ) |
| itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::itkSetMacro | ( | NucleiGradientWeight | , |
| double | |||
| ) |
| itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::itkSetMacro | ( | MembraneWeight | , |
| double | |||
| ) |
| itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::itkStaticConstMacro | ( | ImageDimension | , |
| unsigned | int, | ||
| TFeatureImage::ImageDimension | |||
| ) |
| itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::itkTypeMacro | ( | CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage > | , |
| ImageToImageFilter | |||
| ) |
Run-time type information
|
protected |
|
private |
| void itk::CellFeatureGenerator< TFeatureImage, TInputImage, TSegmentImage >::PrintSelf | ( | std::ostream & | os, |
| Indent | indent | ||
| ) | const |
Display
|
inline |
Definition at line 148 of file itkCellFeatureGenerator.h.
|
protected |
Definition at line 182 of file itkCellFeatureGenerator.h.
|
protected |
Definition at line 177 of file itkCellFeatureGenerator.h.
|
protected |
Definition at line 181 of file itkCellFeatureGenerator.h.
|
protected |
Definition at line 183 of file itkCellFeatureGenerator.h.
|
protected |
Definition at line 176 of file itkCellFeatureGenerator.h.
|
protected |
Definition at line 175 of file itkCellFeatureGenerator.h.
|
protected |
Definition at line 179 of file itkCellFeatureGenerator.h.
|
protected |
Definition at line 178 of file itkCellFeatureGenerator.h.
|
protected |
Definition at line 174 of file itkCellFeatureGenerator.h.
1.8.5