GOFIGURE2
0.9.0
|
#include <Code/Filters/itkGaussianProfileMatchingImageFilter.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 ImageRegionConstIteratorWithIndex < FeatureImageType > | FeatureIndexConstIteratorType |
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 SmartPointer< Self > | Pointer |
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 GaussianProfileMatchingImageFilter | Self |
typedef ImageToImageFilter < TFeatureImage, TInputImage > | Superclass |
Public Member Functions | |
itkGetConstMacro (SigmaForm, double) | |
itkGetConstMacro (LargestCellRadius, double) | |
itkNewMacro (Self) | |
itkSetMacro (SigmaForm, double) | |
itkSetMacro (LargestCellRadius, double) | |
itkStaticConstMacro (ImageDimension, unsigned int, TFeatureImage::ImageDimension) | |
itkTypeMacro (GaussianProfileMatchingImageFilter, ImageToImageFilter) | |
void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Member Functions | |
virtual void | AfterThreadedGenerateData () |
virtual void | BeforeThreadedGenerateData () |
void | EnlargeOutputRequestedRegion (DataObject *itkNotUsed(output)) |
ImagePointer | GaussianCorrelation (FeatureImagePointer rawImg) |
GaussianProfileMatchingImageFilter () | |
void | GenerateInputRequestedRegion () |
ImagePointer | InitializeBlob (FeatureImageSpacingType spacing, FeatureImageSizeType size) |
ImagePixelType | PearsonCorrelation (ImageRegionType ®ion) |
virtual void | ThreadedGenerateData (const ImageRegionType &windowRegion, int threadId) |
~GaussianProfileMatchingImageFilter () | |
Protected Attributes | |
ImagePointer | m_Blob |
FeatureImageSizeType | m_CellExtent |
FeatureImageRegionType | m_ImageRegion |
double | m_LargestCellRadius |
double | m_SigmaForm |
Private Member Functions | |
GaussianProfileMatchingImageFilter (Self &) | |
void | operator= (const Self &) |
Definition at line 63 of file itkGaussianProfileMatchingImageFilter.h.
typedef CastFilterType::Pointer itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::CastFilterPointer |
Definition at line 117 of file itkGaussianProfileMatchingImageFilter.h.
typedef CastImageFilter< FeatureImageType, FeatureImageType > itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::CastFilterType |
Definition at line 116 of file itkGaussianProfileMatchingImageFilter.h.
typedef SmartPointer< const Self > itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::ConstPointer |
Definition at line 70 of file itkGaussianProfileMatchingImageFilter.h.
typedef ImageRegionConstIterator< FeatureImageType > itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::FeatureConstIteratorType |
Definition at line 119 of file itkGaussianProfileMatchingImageFilter.h.
typedef FeatureImageType::ConstPointer itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageConstPointer |
Definition at line 86 of file itkGaussianProfileMatchingImageFilter.h.
typedef FeatureImageType::IndexType itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageIndexType |
Definition at line 92 of file itkGaussianProfileMatchingImageFilter.h.
typedef FeatureImageType::PixelType itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::FeatureImagePixelType |
Definition at line 87 of file itkGaussianProfileMatchingImageFilter.h.
typedef FeatureImageType::Pointer itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::FeatureImagePointer |
Definition at line 85 of file itkGaussianProfileMatchingImageFilter.h.
typedef FeatureImageType::PointType itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::FeatureImagePointType |
Definition at line 93 of file itkGaussianProfileMatchingImageFilter.h.
typedef FeatureImageType::RegionType itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageRegionType |
Definition at line 88 of file itkGaussianProfileMatchingImageFilter.h.
typedef FeatureImageType::SizeType itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageSizeType |
Definition at line 89 of file itkGaussianProfileMatchingImageFilter.h.
typedef FeatureImageSizeType::SizeValueType itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageSizeValueType |
Definition at line 90 of file itkGaussianProfileMatchingImageFilter.h.
typedef FeatureImageType::SpacingType itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageSpacingType |
Definition at line 91 of file itkGaussianProfileMatchingImageFilter.h.
typedef TFeatureImage itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::FeatureImageType |
Definition at line 84 of file itkGaussianProfileMatchingImageFilter.h.
typedef ImageRegionConstIteratorWithIndex< FeatureImageType > itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::FeatureIndexConstIteratorType |
Definition at line 120 of file itkGaussianProfileMatchingImageFilter.h.
typedef ImageType::ConstPointer itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::ImageConstPointer |
Definition at line 97 of file itkGaussianProfileMatchingImageFilter.h.
typedef ImageType::IndexType itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::ImageIndexType |
Definition at line 103 of file itkGaussianProfileMatchingImageFilter.h.
typedef ImageType::PixelType itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::ImagePixelType |
Definition at line 98 of file itkGaussianProfileMatchingImageFilter.h.
typedef ImageType::Pointer itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::ImagePointer |
Definition at line 96 of file itkGaussianProfileMatchingImageFilter.h.
typedef ImageType::PointType itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::ImagePointType |
Definition at line 104 of file itkGaussianProfileMatchingImageFilter.h.
typedef ImageType::RegionType itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::ImageRegionType |
Definition at line 99 of file itkGaussianProfileMatchingImageFilter.h.
typedef ImageType::SizeType itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::ImageSizeType |
Definition at line 100 of file itkGaussianProfileMatchingImageFilter.h.
typedef ImageSizeType::SizeValueType itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::ImageSizeValueType |
Definition at line 101 of file itkGaussianProfileMatchingImageFilter.h.
typedef ImageType::SpacingType itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::ImageSpacingType |
Definition at line 102 of file itkGaussianProfileMatchingImageFilter.h.
typedef TInputImage itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::ImageType |
Definition at line 95 of file itkGaussianProfileMatchingImageFilter.h.
typedef ImageRegionIteratorWithIndex< ImageType > itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::IndexIteratorType |
Definition at line 122 of file itkGaussianProfileMatchingImageFilter.h.
typedef ImageRegionIterator< ImageType > itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::IteratorType |
Definition at line 121 of file itkGaussianProfileMatchingImageFilter.h.
typedef SmartPointer< Self > itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::Pointer |
Definition at line 69 of file itkGaussianProfileMatchingImageFilter.h.
typedef ROIFilterType::Pointer itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::ROIFilterPointer |
Definition at line 114 of file itkGaussianProfileMatchingImageFilter.h.
typedef RegionOfInterestImageFilter< FeatureImageType, FeatureImageType > itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::ROIFilterType |
Definition at line 113 of file itkGaussianProfileMatchingImageFilter.h.
typedef SegmentImageType::ConstPointer itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::SegmentImageConstPointer |
Definition at line 108 of file itkGaussianProfileMatchingImageFilter.h.
typedef SegmentImageType::IndexType itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::SegmentImageIndexType |
Definition at line 109 of file itkGaussianProfileMatchingImageFilter.h.
typedef SegmentImageType::PixelType itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::SegmentImagePixelType |
Definition at line 110 of file itkGaussianProfileMatchingImageFilter.h.
typedef SegmentImageType::Pointer itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::SegmentImagePointer |
Definition at line 107 of file itkGaussianProfileMatchingImageFilter.h.
typedef TSegmentImage itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::SegmentImageType |
Definition at line 106 of file itkGaussianProfileMatchingImageFilter.h.
typedef GaussianProfileMatchingImageFilter itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::Self |
Definition at line 67 of file itkGaussianProfileMatchingImageFilter.h.
typedef ImageToImageFilter< TFeatureImage, TInputImage > itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::Superclass |
Definition at line 68 of file itkGaussianProfileMatchingImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 130 of file itkGaussianProfileMatchingImageFilter.h.
|
private |
|
protectedvirtual |
|
protectedvirtual |
Method for evaluating the implicit function over the image.
|
protected |
|
protected |
|
protected |
|
protected |
itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::itkGetConstMacro | ( | SigmaForm | , |
double | |||
) |
itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::itkGetConstMacro | ( | LargestCellRadius | , |
double | |||
) |
itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::itkNewMacro | ( | Self | ) |
Method for creation through object factory
itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::itkSetMacro | ( | SigmaForm | , |
double | |||
) |
itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::itkSetMacro | ( | LargestCellRadius | , |
double | |||
) |
itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::itkStaticConstMacro | ( | ImageDimension | , |
unsigned | int, | ||
TFeatureImage::ImageDimension | |||
) |
itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::itkTypeMacro | ( | GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage > | , |
ImageToImageFilter | |||
) |
Run-time type information
|
private |
|
inlineprotected |
void itk::GaussianProfileMatchingImageFilter< TFeatureImage, TInputImage, TSegmentImage >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const |
Display
|
protectedvirtual |
|
protected |
Definition at line 158 of file itkGaussianProfileMatchingImageFilter.h.
|
protected |
Definition at line 156 of file itkGaussianProfileMatchingImageFilter.h.
|
protected |
Definition at line 157 of file itkGaussianProfileMatchingImageFilter.h.
|
protected |
Definition at line 155 of file itkGaussianProfileMatchingImageFilter.h.
|
protected |
Definition at line 154 of file itkGaussianProfileMatchingImageFilter.h.