GOFIGURE2
0.9.0
|
#include <Code/Filters/itkCellForegroundExtraction.h>
Public Types | |
typedef CastFilterType::Pointer | CastFilterPointer |
typedef CastImageFilter < FeatureImageType, FeatureImageType > | CastFilterType |
typedef SmartPointer< const Self > | ConstPointer |
typedef ImageRegionConstIterator < FeatureImageType > | FeatureConstIteratorType |
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 ImageRegionIteratorWithIndex < FeatureImageType > | FeatureIndexIteratorType |
typedef GaussProfileFilterType::Pointer | GaussProfileFilterPointer |
typedef GaussianProfileMatchingImageFilter < TFeatureImage, TInputImage, TSegmentImage > | GaussProfileFilterType |
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 InterpolatorFeatureType::Pointer | InterpolatorFeaturePointer |
typedef LinearInterpolateImageFunction < FeatureImageType > | InterpolatorFeatureType |
typedef InterpolatorType::Pointer | InterpolatorPointer |
typedef LinearInterpolateImageFunction < ImageType > | InterpolatorType |
typedef ImageRegionIterator < ImageType > | IteratorType |
typedef SmartPointer< Self > | Pointer |
typedef ResampleFeatureFilterType::Pointer | ResampleFeatureFilterPointer |
typedef ResampleImageFilter < FeatureImageType, FeatureImageType > | ResampleFeatureFilterType |
typedef ResampleFilterType::Pointer | ResampleFilterPointer |
typedef ResampleImageFilter < ImageType, ImageType > | ResampleFilterType |
typedef RescaleFilterType::Pointer | RescaleFilterPointer |
typedef RescaleIntensityImageFilter < ImageType, ImageType > | RescaleFilterType |
typedef ROIFilterType::Pointer | ROIFilterPointer |
typedef RegionOfInterestImageFilter < FeatureImageType, FeatureImageType > | ROIFilterType |
typedef SegmentImageType::ConstPointer | SegmentImageConstPointer |
typedef SegmentImageType::IndexType | SegmentImageIndexType |
typedef SegmentImageType::PixelType | SegmentImagePixelType |
typedef SegmentImageType::Pointer | SegmentImagePointer |
typedef TSegmentImage | SegmentImageType |
typedef ImageRegionIterator < SegmentImageType > | SegmentIteratorType |
typedef CellForegroundExtraction | Self |
typedef ImageToImageFilter < TFeatureImage, TSegmentImage > | Superclass |
typedef TransformType::Pointer | TransformPointer |
typedef AffineTransform < double, ImageDimension > | TransformType |
Public Member Functions | |
ImagePointer | GetGaussCorrImage (void) const |
itkGetConstMacro (SigmaForm, double) | |
itkGetConstMacro (ThresholdCellmin, double) | |
itkGetConstMacro (ThresholdCellmax, double) | |
itkGetConstMacro (ThresholdMembrane, double) | |
itkGetConstMacro (ThresholdForm, double) | |
itkGetConstMacro (LargestCellRadius, double) | |
itkNewMacro (Self) | |
itkSetMacro (SigmaForm, double) | |
itkSetMacro (ThresholdCellmin, double) | |
itkSetMacro (ThresholdCellmax, double) | |
itkSetMacro (ThresholdMembrane, double) | |
itkSetMacro (ThresholdForm, double) | |
itkSetMacro (LargestCellRadius, double) | |
itkStaticConstMacro (ImageDimension, unsigned int, TFeatureImage::ImageDimension) | |
itkTypeMacro (CellForegroundExtraction, ImageToImageFilter) | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | SetSampling (float *sampling) |
Protected Member Functions | |
CellForegroundExtraction () | |
void | GenerateData () |
ImagePointer | Resample (ImagePointer input, FeatureImageSpacingType spacing, FeatureImageSizeType size, FeatureImagePointType origin) |
FeatureImagePointer | ResampleInput (FeatureImageConstPointer input, FeatureImageSpacingType spacing, FeatureImageSizeType size, FeatureImagePointType origin) |
~CellForegroundExtraction () | |
Protected Attributes | |
ImagePointer | gauss |
double | m_LargestCellRadius |
float * | m_Sampling |
double | m_SigmaForm |
double | m_ThresholdCellmax |
double | m_ThresholdCellmin |
double | m_ThresholdForm |
double | m_ThresholdMembrane |
Private Member Functions | |
CellForegroundExtraction (Self &) | |
void | operator= (const Self &) |
Definition at line 69 of file itkCellForegroundExtraction.h.
typedef CastFilterType::Pointer itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::CastFilterPointer |
Definition at line 123 of file itkCellForegroundExtraction.h.
typedef CastImageFilter< FeatureImageType, FeatureImageType > itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::CastFilterType |
Definition at line 122 of file itkCellForegroundExtraction.h.
typedef SmartPointer< const Self > itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::ConstPointer |
Definition at line 76 of file itkCellForegroundExtraction.h.
typedef ImageRegionConstIterator< FeatureImageType > itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::FeatureConstIteratorType |
Definition at line 147 of file itkCellForegroundExtraction.h.
typedef FeatureImageType::ConstPointer itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageConstPointer |
Definition at line 92 of file itkCellForegroundExtraction.h.
typedef FeatureImageType::IndexType itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageIndexType |
Definition at line 98 of file itkCellForegroundExtraction.h.
typedef FeatureImageType::PixelType itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::FeatureImagePixelType |
Definition at line 93 of file itkCellForegroundExtraction.h.
typedef FeatureImageType::Pointer itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::FeatureImagePointer |
Definition at line 91 of file itkCellForegroundExtraction.h.
typedef FeatureImageType::PointType itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::FeatureImagePointType |
Definition at line 99 of file itkCellForegroundExtraction.h.
typedef FeatureImageType::RegionType itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageRegionType |
Definition at line 94 of file itkCellForegroundExtraction.h.
typedef FeatureImageType::SizeType itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageSizeType |
Definition at line 95 of file itkCellForegroundExtraction.h.
typedef FeatureImageSizeType::SizeValueType itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageSizeValueType |
Definition at line 96 of file itkCellForegroundExtraction.h.
typedef FeatureImageType::SpacingType itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageSpacingType |
Definition at line 97 of file itkCellForegroundExtraction.h.
typedef TFeatureImage itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageType |
Definition at line 90 of file itkCellForegroundExtraction.h.
typedef ImageRegionIteratorWithIndex< FeatureImageType > itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::FeatureIndexIteratorType |
Definition at line 148 of file itkCellForegroundExtraction.h.
typedef GaussProfileFilterType::Pointer itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::GaussProfileFilterPointer |
Definition at line 145 of file itkCellForegroundExtraction.h.
typedef GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage > itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::GaussProfileFilterType |
Definition at line 144 of file itkCellForegroundExtraction.h.
typedef ImageType::ConstPointer itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::ImageConstPointer |
Definition at line 103 of file itkCellForegroundExtraction.h.
typedef ImageType::IndexType itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::ImageIndexType |
Definition at line 109 of file itkCellForegroundExtraction.h.
typedef ImageType::PixelType itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::ImagePixelType |
Definition at line 104 of file itkCellForegroundExtraction.h.
typedef ImageType::Pointer itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::ImagePointer |
Definition at line 102 of file itkCellForegroundExtraction.h.
typedef ImageType::PointType itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::ImagePointType |
Definition at line 110 of file itkCellForegroundExtraction.h.
typedef ImageType::RegionType itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::ImageRegionType |
Definition at line 105 of file itkCellForegroundExtraction.h.
typedef ImageType::SizeType itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::ImageSizeType |
Definition at line 106 of file itkCellForegroundExtraction.h.
typedef ImageSizeType::SizeValueType itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::ImageSizeValueType |
Definition at line 107 of file itkCellForegroundExtraction.h.
typedef ImageType::SpacingType itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::ImageSpacingType |
Definition at line 108 of file itkCellForegroundExtraction.h.
typedef TInputImage itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::ImageType |
Definition at line 101 of file itkCellForegroundExtraction.h.
typedef ImageRegionIteratorWithIndex< ImageType > itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::IndexIteratorType |
Definition at line 151 of file itkCellForegroundExtraction.h.
typedef InterpolatorFeatureType::Pointer itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::InterpolatorFeaturePointer |
Definition at line 129 of file itkCellForegroundExtraction.h.
typedef LinearInterpolateImageFunction< FeatureImageType > itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::InterpolatorFeatureType |
Definition at line 128 of file itkCellForegroundExtraction.h.
typedef InterpolatorType::Pointer itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::InterpolatorPointer |
Definition at line 135 of file itkCellForegroundExtraction.h.
typedef LinearInterpolateImageFunction< ImageType > itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::InterpolatorType |
Definition at line 134 of file itkCellForegroundExtraction.h.
typedef ImageRegionIterator< ImageType > itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::IteratorType |
Definition at line 149 of file itkCellForegroundExtraction.h.
typedef SmartPointer< Self > itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::Pointer |
Definition at line 75 of file itkCellForegroundExtraction.h.
typedef ResampleFeatureFilterType::Pointer itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::ResampleFeatureFilterPointer |
Definition at line 126 of file itkCellForegroundExtraction.h.
typedef ResampleImageFilter< FeatureImageType, FeatureImageType > itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::ResampleFeatureFilterType |
Definition at line 125 of file itkCellForegroundExtraction.h.
typedef ResampleFilterType::Pointer itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::ResampleFilterPointer |
Definition at line 132 of file itkCellForegroundExtraction.h.
typedef ResampleImageFilter< ImageType, ImageType > itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::ResampleFilterType |
Definition at line 131 of file itkCellForegroundExtraction.h.
typedef RescaleFilterType::Pointer itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::RescaleFilterPointer |
Definition at line 141 of file itkCellForegroundExtraction.h.
typedef RescaleIntensityImageFilter< ImageType, ImageType > itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::RescaleFilterType |
Definition at line 140 of file itkCellForegroundExtraction.h.
typedef ROIFilterType::Pointer itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::ROIFilterPointer |
Definition at line 120 of file itkCellForegroundExtraction.h.
typedef RegionOfInterestImageFilter< FeatureImageType, FeatureImageType > itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::ROIFilterType |
Definition at line 119 of file itkCellForegroundExtraction.h.
typedef SegmentImageType::ConstPointer itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::SegmentImageConstPointer |
Definition at line 114 of file itkCellForegroundExtraction.h.
typedef SegmentImageType::IndexType itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::SegmentImageIndexType |
Definition at line 115 of file itkCellForegroundExtraction.h.
typedef SegmentImageType::PixelType itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::SegmentImagePixelType |
Definition at line 116 of file itkCellForegroundExtraction.h.
typedef SegmentImageType::Pointer itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::SegmentImagePointer |
Definition at line 113 of file itkCellForegroundExtraction.h.
typedef TSegmentImage itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::SegmentImageType |
Definition at line 112 of file itkCellForegroundExtraction.h.
typedef ImageRegionIterator< SegmentImageType > itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::SegmentIteratorType |
Definition at line 150 of file itkCellForegroundExtraction.h.
typedef CellForegroundExtraction itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::Self |
Definition at line 73 of file itkCellForegroundExtraction.h.
typedef ImageToImageFilter< TFeatureImage, TSegmentImage > itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::Superclass |
Definition at line 74 of file itkCellForegroundExtraction.h.
typedef TransformType::Pointer itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::TransformPointer |
Definition at line 138 of file itkCellForegroundExtraction.h.
typedef AffineTransform< double, ImageDimension > itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::TransformType |
Definition at line 137 of file itkCellForegroundExtraction.h.
|
protected |
|
inlineprotected |
Definition at line 178 of file itkCellForegroundExtraction.h.
|
private |
|
protected |
|
inline |
Definition at line 171 of file itkCellForegroundExtraction.h.
itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::itkGetConstMacro | ( | SigmaForm | , |
double | |||
) |
itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::itkGetConstMacro | ( | ThresholdCellmin | , |
double | |||
) |
itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::itkGetConstMacro | ( | ThresholdCellmax | , |
double | |||
) |
itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::itkGetConstMacro | ( | ThresholdMembrane | , |
double | |||
) |
itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::itkGetConstMacro | ( | ThresholdForm | , |
double | |||
) |
itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::itkGetConstMacro | ( | LargestCellRadius | , |
double | |||
) |
itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::itkNewMacro | ( | Self | ) |
Method for creation through object factory
itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::itkSetMacro | ( | SigmaForm | , |
double | |||
) |
itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::itkSetMacro | ( | ThresholdCellmin | , |
double | |||
) |
itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::itkSetMacro | ( | ThresholdCellmax | , |
double | |||
) |
itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::itkSetMacro | ( | ThresholdMembrane | , |
double | |||
) |
itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::itkSetMacro | ( | ThresholdForm | , |
double | |||
) |
itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::itkSetMacro | ( | LargestCellRadius | , |
double | |||
) |
itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::itkStaticConstMacro | ( | ImageDimension | , |
unsigned | int, | ||
TFeatureImage::ImageDimension | |||
) |
itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::itkTypeMacro | ( | CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage > | , |
ImageToImageFilter | |||
) |
Run-time type information
|
private |
void itk::CellForegroundExtraction< TFeatureImage, TInputImage, TSegmentImage >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const |
Display
|
protected |
|
protected |
|
inline |
Definition at line 166 of file itkCellForegroundExtraction.h.
|
protected |
Definition at line 195 of file itkCellForegroundExtraction.h.
|
protected |
Definition at line 193 of file itkCellForegroundExtraction.h.
|
protected |
Definition at line 194 of file itkCellForegroundExtraction.h.
|
protected |
Definition at line 188 of file itkCellForegroundExtraction.h.
|
protected |
Definition at line 190 of file itkCellForegroundExtraction.h.
|
protected |
Definition at line 189 of file itkCellForegroundExtraction.h.
|
protected |
Definition at line 192 of file itkCellForegroundExtraction.h.
|
protected |
Definition at line 191 of file itkCellForegroundExtraction.h.