ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkGaborImageSource.h>
Generate an n-dimensional image of a Gabor filter.
GaborImageSource generates an image of either the real (i.e. symmetric) or complex (i.e. antisymmetric) part of the Gabor filter with the orientation directed along the x-axis. The GaborKernelFunction is used to evaluate the contribution along the x-axis whereas a non-normalized 1-D Gaussian envelope provides the contribution in each of the remaining N dimensions. Orientation can be manipulated via the Transform classes of the toolkit.
The output image may be of any dimension.
This implementation was contributed as a paper to the Insight Journal https://hdl.handle.net/1926/500
Definition at line 47 of file itkGaborImageSource.h.
Public Types | |
typedef FixedArray< double, itkGetStaticConstMacro(ImageDimension) > | ArrayType |
typedef SmartPointer< const Self > | ConstPointer |
typedef OutputImageType::DirectionType | DirectionType |
typedef TOutputImage | OutputImageType |
typedef OutputImageType::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef OutputImageType::PointType | PointType |
typedef OutputImageType::RegionType | RegionType |
typedef GaborImageSource | Self |
typedef RegionType::SizeType | SizeType |
typedef OutputImageType::SpacingType | SpacingType |
typedef GenerateImageSource < TOutputImage > | Superclass |
Public Types inherited from itk::GenerateImageSource< TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef OutputImageType::DirectionType | DirectionType |
typedef OutputImageType::IndexType | IndexType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef TOutputImage | OutputImageType |
typedef OutputImageType::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef OutputImageType::PointType | PointType |
typedef ImageBase < TOutputImage::ImageDimension > | ReferenceImageBaseType |
typedef OutputImageType::RegionType | RegionType |
typedef GenerateImageSource | Self |
typedef TOutputImage::SizeType | SizeType |
typedef TOutputImage::SizeValueType | SizeValueType |
typedef OutputImageType::SpacingType | SpacingType |
typedef ImageSource< TOutputImage > | Superclass |
Public Types inherited from itk::ImageSource< TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef ImageSource | Self |
typedef ProcessObject | Superclass |
Public Types inherited from itk::ProcessObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
typedef MultiThreader | MultiThreaderType |
typedef std::vector < DataObjectIdentifierType > | NameArray |
typedef SmartPointer< Self > | Pointer |
typedef ProcessObject | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = OutputImageType::ImageDimension |
Static Public Attributes inherited from itk::GenerateImageSource< TOutputImage > | |
static const unsigned int | NDimensions = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Attributes | |
bool | m_CalculateImaginaryPart |
double | m_Frequency |
ArrayType | m_Mean |
double | m_PhaseOffset |
ArrayType | m_Sigma |
Additional Inherited Members | |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef FixedArray< double, itkGetStaticConstMacro(ImageDimension) > itk::GaborImageSource< TOutputImage >::ArrayType |
Type used to store gabor parameters.
Definition at line 80 of file itkGaborImageSource.h.
typedef SmartPointer< const Self > itk::GaborImageSource< TOutputImage >::ConstPointer |
Definition at line 56 of file itkGaborImageSource.h.
typedef OutputImageType::DirectionType itk::GaborImageSource< TOutputImage >::DirectionType |
Definition at line 64 of file itkGaborImageSource.h.
typedef TOutputImage itk::GaborImageSource< TOutputImage >::OutputImageType |
Output image typedefs
Definition at line 59 of file itkGaborImageSource.h.
typedef OutputImageType::PixelType itk::GaborImageSource< TOutputImage >::PixelType |
Definition at line 60 of file itkGaborImageSource.h.
typedef SmartPointer< Self > itk::GaborImageSource< TOutputImage >::Pointer |
Definition at line 55 of file itkGaborImageSource.h.
typedef OutputImageType::PointType itk::GaborImageSource< TOutputImage >::PointType |
Definition at line 63 of file itkGaborImageSource.h.
typedef OutputImageType::RegionType itk::GaborImageSource< TOutputImage >::RegionType |
Definition at line 61 of file itkGaborImageSource.h.
typedef GaborImageSource itk::GaborImageSource< TOutputImage >::Self |
Standard class typedefs.
Definition at line 53 of file itkGaborImageSource.h.
typedef RegionType::SizeType itk::GaborImageSource< TOutputImage >::SizeType |
Definition at line 66 of file itkGaborImageSource.h.
typedef OutputImageType::SpacingType itk::GaborImageSource< TOutputImage >::SpacingType |
Definition at line 62 of file itkGaborImageSource.h.
typedef GenerateImageSource< TOutputImage > itk::GaborImageSource< TOutputImage >::Superclass |
Definition at line 54 of file itkGaborImageSource.h.
|
protected |
|
virtual |
Set/Get whether the evaluation is performed using the using the imaginary part. Default is false.
|
virtual |
Set/Get whether the evaluation is performed using the using the imaginary part. Default is false.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
overrideprotectedvirtual |
A version of GenerateData() specific for image processing filters. This implementation will split the processing across multiple threads. The buffer is allocated by this method. Then the BeforeThreadedGenerateData() method is called (if provided). Then, a series of threads are spawned each calling ThreadedGenerateData(). After all the threads have completed processing, the AfterThreadedGenerateData() method is called (if provided). If an image processing filter cannot be threaded, the filter should provide an implementation of GenerateData(). That implementation is responsible for allocating the output buffer. If a filter an be threaded, it should NOT provide a GenerateData() method but should provide a ThreadedGenerateData() instead.
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Set/Get whether the evaluation is performed using the using the imaginary part. Default is false.
|
virtual |
Set/Get the modulation frequency of the sine or cosine component.
|
virtual |
Set/Get the mean in each direction.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::GenerateImageSource< TOutputImage >.
|
virtual |
Set/Get the the standard deviation in each direction.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::GenerateImageSource< TOutputImage >.
|
virtual |
Set/Get whether the evaluation is performed using the using the imaginary part. Default is false.
|
virtual |
Set/Get the modulation frequency of the sine or cosine component.
|
virtual |
Set/Get the mean in each direction.
|
virtual |
Set/Get the the standard deviation in each direction.
|
static |
Dimensionality of the output image
Definition at line 76 of file itkGaborImageSource.h.
|
private |
Definition at line 112 of file itkGaborImageSource.h.
|
private |
Definition at line 116 of file itkGaborImageSource.h.
|
private |
Definition at line 123 of file itkGaborImageSource.h.
|
private |
Evaluate using a stretched gabor filter (ensure zero dc response)
Definition at line 119 of file itkGaborImageSource.h.
|
private |
Definition at line 121 of file itkGaborImageSource.h.