#include <itkAdaptiveHistogramEqualizationImageFilter.h>
Inheritance diagram for itk::AdaptiveHistogramEqualizationImageFilter< TImageType >:


Histogram equalization modifies the contrast in an image. The AdaptiveHistogramEqualizationImageFilter is a superset of many contrast enhancing filters. By modifying its parameters (alpha, beta, and window), the AdaptiveHistogramEqualizationImageFilter can produce an adaptively equalized histogram or a version of unsharp mask (local mean subtraction). Instead of applying a strict histogram equalization in a window about a pixel, this filter prescribes a mapping function (power law) controlled by the parameters alpha and beta.
The parameter alpha controls how much the filter acts like the classical histogram equalization method (alpha=0) to how much the filter acts like an unsharp mask (alpha=1).
The parameter beta controls how much the filter acts like an unsharp mask (beta=0) to much the filter acts like pass through (beta=1, with alpha=1).
The parameter window controls the size of the region over which local statistics are calculated.
By altering alpha, beta and window, a host of equalization and unsharp masking filters is available.
For detail description, reference "Adaptive Image Contrast Enhancement using Generalizations of Histogram Equalization." J.Alex Stark. IEEE Transactions on Image Processing, May 2000.
Definition at line 70 of file itkAdaptiveHistogramEqualizationImageFilter.h.
Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef SmartPointer< const Self > | constPointer |
| typedef SmartPointer< const Self > | constPointer |
| typedef DataObject::Pointer | DataObjectPointer |
| typedef DataObject::Pointer | DataObjectPointer |
| typedef std::vector< DataObjectPointer > | DataObjectPointerArray |
| typedef std::vector< DataObjectPointer > | DataObjectPointerArray |
| typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
| typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
| typedef ImageType::SizeType | ImageSizeType |
| typedef ImageType::SizeType | ImageSizeType |
| typedef TImageType | ImageType |
| typedef TImageType | ImageType |
| typedef TImageType::IndexType | IndexType |
| typedef InputImageType::ConstPointer | InputImageConstPointer |
| typedef InputImageType::ConstPointer | InputImageConstPointer |
| typedef InputImageType::PixelType | InputImagePixelType |
| typedef InputImageType::PixelType | InputImagePixelType |
| typedef InputImageType::Pointer | InputImagePointer |
| typedef InputImageType::Pointer | InputImagePointer |
| typedef InputImageType::RegionType | InputImageRegionType |
| typedef InputImageType::RegionType | InputImageRegionType |
| typedef TImageType | InputImageType |
| typedef TImageType::PixelType | InputPixelType |
| typedef TImageType::OffsetType | OffsetType |
| typedef Superclass::OutputImagePixelType | OutputImagePixelType |
| typedef Superclass::OutputImagePixelType | OutputImagePixelType |
| typedef OutputImageType::Pointer | OutputImagePointer |
| typedef OutputImageType::Pointer | OutputImagePointer |
| typedef Superclass::OutputImageRegionType | OutputImageRegionType |
| typedef Superclass::OutputImageRegionType | OutputImageRegionType |
| typedef TImageType | OutputImageType |
| typedef TImageType::PixelType | OutputPixelType |
| typedef SmartPointer< Self > | Pointer |
| typedef SmartPointer< Self > | Pointer |
| typedef TImageType::SizeType | RadiusType |
| typedef TImageType::RegionType | RegionType |
| typedef AdaptiveHistogramEqualizationImageFilter | Self |
| typedef AdaptiveHistogramEqualizationImageFilter | Self |
| typedef TImageType::SizeType | SizeType |
| typedef ImageToImageFilter< TImageType, TImageType > | Superclass |
| typedef ImageToImageFilter< TImageType, TImageType > | Superclass |
Public Member Functions | |
| virtual void | AbortGenerateDataOff () |
| virtual void | AbortGenerateDataOn () |
| virtual LightObject::Pointer | CreateAnother () const |
| virtual void | DebugOff () const |
| virtual void | DebugOn () const |
| virtual void | Delete () |
| virtual void | EnlargeOutputRequestedRegion (DataObject *) |
| virtual const bool & | GetAbortGenerateData () |
| Command * | GetCommand (unsigned long tag) |
| Command * | GetCommand (unsigned long tag) |
| bool | GetDebug () const |
| bool | GetDebug () const |
| const InputImageType * | GetInput (unsigned int idx) |
| const InputImageType * | GetInput (void) |
| const InputImageType * | GetInput (unsigned int idx) |
| const InputImageType * | GetInput (void) |
| DataObjectPointerArray & | GetInputs () |
| DataObjectPointerArray & | GetInputs () |
| const MetaDataDictionary & | GetMetaDataDictionary (void) const |
| MetaDataDictionary & | GetMetaDataDictionary (void) |
| const MetaDataDictionary & | GetMetaDataDictionary (void) const |
| MetaDataDictionary & | GetMetaDataDictionary (void) |
| virtual unsigned long | GetMTime () const |
| MultiThreader * | GetMultiThreader () |
| MultiThreader * | GetMultiThreader () |
| virtual const char * | GetNameOfClass () const |
| virtual const char * | GetNameOfClass () const |
| DataObjectPointerArraySizeType | GetNumberOfInputs () const |
| DataObjectPointerArraySizeType | GetNumberOfInputs () const |
| virtual DataObjectPointerArraySizeType | GetNumberOfValidRequiredInputs () const |
| OutputImageType * | GetOutput (unsigned int idx) |
| OutputImageType * | GetOutput (void) |
| OutputImageType * | GetOutput (unsigned int idx) |
| OutputImageType * | GetOutput (void) |
| virtual const float & | GetProgress () |
| virtual int | GetReferenceCount () const |
| virtual void | GraftNthOutput (unsigned int idx, DataObject *output) |
| virtual void | GraftOutput (DataObject *output) |
| bool | HasObserver (const EventObject &event) const |
| bool | HasObserver (const EventObject &event) const |
| void | InvokeEvent (const EventObject &) const |
| void | InvokeEvent (const EventObject &) |
| void | InvokeEvent (const EventObject &) const |
| void | InvokeEvent (const EventObject &) |
| itkStaticConstMacro (OutputImageDimension, unsigned int, TImageType::ImageDimension) | |
| itkStaticConstMacro (InputImageDimension, unsigned int, TImageType::ImageDimension) | |
| itkStaticConstMacro (OutputImageDimension, unsigned int, TImageType::ImageDimension) | |
| itkStaticConstMacro (InputImageDimension, unsigned int, TImageType::ImageDimension) | |
| itkStaticConstMacro (ImageDimension, unsigned int, TImageType::ImageDimension) | |
| itkStaticConstMacro (ImageDimension, unsigned int, TImageType::ImageDimension) | |
| virtual DataObjectPointer | MakeOutput (unsigned int idx) |
| virtual void | Modified () const |
| virtual void | PopBackInput () |
| virtual void | PopFrontInput () |
| virtual void | PrepareOutputs () |
| void | Print (std::ostream &os, Indent indent=0) const |
| void | Print (std::ostream &os, Indent indent=0) const |
| virtual void | PropagateRequestedRegion (DataObject *output) |
| virtual void | PushBackInput (const InputImageType *image) |
| virtual void | PushFrontInput (const InputImageType *image) |
| virtual void | Register () const |
| void | RemoveAllObservers () |
| void | RemoveAllObservers () |
| void | RemoveObserver (unsigned long tag) |
| void | RemoveObserver (unsigned long tag) |
| virtual void | ResetPipeline () |
| virtual void | SetAbortGenerateData (bool _arg) |
| void | SetDebug (bool debugFlag) const |
| void | SetDebug (bool debugFlag) const |
| virtual void | SetInput (unsigned int, const TImageType *image) |
| virtual void | SetInput (const InputImageType *image) |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| virtual void | SetProgress (float _arg) |
| virtual void | SetRadius (const unsigned long &radius) |
| virtual void | SetRadius (const RadiusType &radius) |
| virtual void | SetReferenceCount (int) |
| virtual void | UnRegister () const |
| virtual void | Update () |
| virtual void | UpdateLargestPossibleRegion () |
| virtual void | UpdateOutputData (DataObject *output) |
| virtual void | UpdateOutputInformation () |
| void | UpdateProgress (float amount) |
| void | UpdateProgress (float amount) |
| unsigned long | AddObserver (const EventObject &event, Command *) const |
| unsigned long | AddObserver (const EventObject &event, Command *) |
| unsigned long | AddObserver (const EventObject &event, Command *) const |
| unsigned long | AddObserver (const EventObject &event, Command *) |
| virtual float | GetAlpha () |
| virtual void | SetAlpha (float _arg) |
| virtual float | GetAlpha () |
| virtual void | SetAlpha (float _arg) |
| virtual float | GetBeta () |
| virtual void | SetBeta (float _arg) |
| virtual float | GetBeta () |
| virtual void | SetBeta (float _arg) |
| DataObjectPointerArraySizeType | GetNumberOfOutputs () const |
| DataObjectPointerArraySizeType | GetNumberOfOutputs () const |
| DataObjectPointerArray & | GetOutputs () |
| DataObjectPointerArray & | GetOutputs () |
| virtual const int & | GetNumberOfThreads () |
| virtual void | SetNumberOfThreads (int _arg) |
| virtual const ImageSizeType & | GetRadius () |
| virtual void | SetRadius (ImageSizeType _arg) |
| virtual const bool & | GetReleaseDataBeforeUpdateFlag () |
| virtual void | ReleaseDataBeforeUpdateFlagOff () |
| virtual void | ReleaseDataBeforeUpdateFlagOn () |
| virtual void | SetReleaseDataBeforeUpdateFlag (bool _arg) |
| virtual bool | GetReleaseDataFlag () const |
| void | ReleaseDataFlagOff () |
| void | ReleaseDataFlagOff () |
| void | ReleaseDataFlagOn () |
| void | ReleaseDataFlagOn () |
| virtual void | SetReleaseDataFlag (bool flag) |
| virtual bool | GetUseLookupTable () |
| virtual void | SetUseLookupTable (bool _arg) |
| virtual void | UseLookupTableOff () |
| virtual void | UseLookupTableOn () |
| virtual bool | GetUseLookupTable () |
| virtual void | SetUseLookupTable (bool _arg) |
| virtual void | UseLookupTableOff () |
| virtual void | UseLookupTableOn () |
Static Public Member Functions | |
| static void | BreakOnError () |
| static void | BreakOnError () |
| static Pointer | New () |
| static Pointer | New () |
| static bool | GetGlobalWarningDisplay () |
| static bool | GetGlobalWarningDisplay () |
| static void | GlobalWarningDisplayOff () |
| static void | GlobalWarningDisplayOff () |
| static void | GlobalWarningDisplayOn () |
| static void | GlobalWarningDisplayOn () |
| static void | SetGlobalWarningDisplay (bool flag) |
| static void | SetGlobalWarningDisplay (bool flag) |
Protected Types | |
| typedef ImageToImageFilterDetail::ImageRegionCopier< itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension)> | InputToOutputRegionCopierType |
| typedef ImageToImageFilterDetail::ImageRegionCopier< itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension)> | InputToOutputRegionCopierType |
| typedef ImageToImageFilterDetail::ImageRegionCopier< itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension)> | OutputToInputRegionCopierType |
| typedef ImageToImageFilterDetail::ImageRegionCopier< itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension)> | OutputToInputRegionCopierType |
| typedef int | InternalReferenceCountType |
| typedef int | InternalReferenceCountType |
Protected Member Functions | |
| AdaptiveHistogramEqualizationImageFilter () | |
| AdaptiveHistogramEqualizationImageFilter () | |
| virtual void | AfterThreadedGenerateData () |
| virtual void | AllocateOutputs () |
| virtual void | BeforeThreadedGenerateData () |
| virtual void | CacheInputReleaseDataFlags () |
| virtual void | CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion) |
| virtual void | CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion) |
| void | GenerateData () |
| void | GenerateData () |
| void | GenerateInputRequestedRegion () |
| virtual void | GenerateOutputInformation () |
| virtual void | GenerateOutputRequestedRegion (DataObject *output) |
| bool | PrintObservers (std::ostream &os, Indent indent) const |
| bool | PrintObservers (std::ostream &os, Indent indent) const |
| void | PrintSelf (std::ostream &os, Indent indent) const |
| void | PrintSelf (std::ostream &os, Indent indent) const |
| virtual void | PropagateResetPipeline () |
| void | PushBackInput (const DataObject *input) |
| void | PushBackInput (const DataObject *input) |
| void | PushFrontInput (const DataObject *input) |
| void | PushFrontInput (const DataObject *input) |
| virtual void | ReleaseInputs () |
| virtual void | RestoreInputReleaseDataFlags () |
| void | SetNumberOfInputs (unsigned int num) |
| void | SetNumberOfInputs (unsigned int num) |
| void | SetNumberOfOutputs (unsigned int num) |
| void | SetNumberOfOutputs (unsigned int num) |
| virtual int | SplitRequestedRegion (int i, int num, OutputImageRegionType &splitRegion) |
| virtual void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, int threadId) ITK_NO_RETURN |
| virtual | ~AdaptiveHistogramEqualizationImageFilter () |
| virtual | ~AdaptiveHistogramEqualizationImageFilter () |
| virtual void | AddInput (DataObject *input) |
| virtual const unsigned int & | GetNumberOfRequiredInputs () |
| virtual void | RemoveInput (DataObject *input) |
| virtual void | SetNthInput (unsigned int num, DataObject *input) |
| virtual void | SetNumberOfRequiredInputs (unsigned int _arg) |
| virtual void | AddOutput (DataObject *output) |
| virtual const unsigned int & | GetNumberOfRequiredOutputs () |
| virtual void | RemoveOutput (DataObject *output) |
| virtual void | SetNthOutput (unsigned int num, DataObject *output) |
| virtual void | SetNumberOfRequiredOutputs (unsigned int _arg) |
| const DataObject * | GetInput (unsigned int idx) const |
| const DataObject * | GetInput (unsigned int idx) const |
| const DataObject * | GetOutput (unsigned int idx) const |
| const DataObject * | GetOutput (unsigned int idx) const |
| virtual void | PrintHeader (std::ostream &os, Indent indent) const |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
Static Protected Member Functions | |
| static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
| static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes | |
| TimeStamp | m_OutputInformationMTime |
| TimeStamp | m_OutputInformationMTime |
| InternalReferenceCountType | m_ReferenceCount |
| InternalReferenceCountType | m_ReferenceCount |
| SimpleFastMutexLock | m_ReferenceCountLock |
| SimpleFastMutexLock | m_ReferenceCountLock |
| bool | m_Updating |
| bool | m_Updating |
typedef SmartPointer<const Self> itk::BoxImageFilter< TImageType , TImageType >::ConstPointer [inherited] |
Reimplemented from itk::ImageToImageFilter< TImageType, TImageType >.
Definition at line 48 of file itkBoxImageFilter.h.
| typedef SmartPointer<const Self> itk::AdaptiveHistogramEqualizationImageFilter< TImageType >::constPointer |
Definition at line 72 of file itkOptAdaptiveHistogramEqualizationImageFilter.h.
| typedef SmartPointer<const Self> itk::AdaptiveHistogramEqualizationImageFilter< TImageType >::constPointer |
Definition at line 78 of file itkAdaptiveHistogramEqualizationImageFilter.h.
typedef DataObject::Pointer itk::ImageSource< TImageType >::DataObjectPointer [inherited] |
Smart Pointer type to a DataObject.
Reimplemented from itk::ProcessObject.
Definition at line 62 of file itkImageSource.h.
typedef DataObject::Pointer itk::ImageSource< TImageType >::DataObjectPointer [inherited] |
Smart Pointer type to a DataObject.
Reimplemented from itk::ProcessObject.
Definition at line 62 of file itkImageSource.h.
typedef std::vector<DataObjectPointer> itk::ProcessObject::DataObjectPointerArray [inherited] |
STL Array of SmartPointers to DataObjects
Definition at line 103 of file itkProcessObject.h.
typedef std::vector<DataObjectPointer> itk::ProcessObject::DataObjectPointerArray [inherited] |
STL Array of SmartPointers to DataObjects
Definition at line 103 of file itkProcessObject.h.
typedef DataObjectPointerArray::size_type itk::ProcessObject::DataObjectPointerArraySizeType [inherited] |
Size type of an std::vector
Definition at line 112 of file itkProcessObject.h.
typedef DataObjectPointerArray::size_type itk::ProcessObject::DataObjectPointerArraySizeType [inherited] |
Size type of an std::vector
Definition at line 112 of file itkProcessObject.h.
| typedef ImageType::SizeType itk::AdaptiveHistogramEqualizationImageFilter< TImageType >::ImageSizeType |
Definition at line 85 of file itkOptAdaptiveHistogramEqualizationImageFilter.h.
| typedef ImageType::SizeType itk::AdaptiveHistogramEqualizationImageFilter< TImageType >::ImageSizeType |
Definition at line 91 of file itkAdaptiveHistogramEqualizationImageFilter.h.
| typedef TImageType itk::AdaptiveHistogramEqualizationImageFilter< TImageType >::ImageType |
Image type typedef support.
Definition at line 81 of file itkOptAdaptiveHistogramEqualizationImageFilter.h.
| typedef TImageType itk::AdaptiveHistogramEqualizationImageFilter< TImageType >::ImageType |
Image type typedef support.
Definition at line 87 of file itkAdaptiveHistogramEqualizationImageFilter.h.
typedef TImageType ::IndexType itk::BoxImageFilter< TImageType , TImageType >::IndexType [inherited] |
Definition at line 61 of file itkBoxImageFilter.h.
typedef InputImageType::ConstPointer itk::ImageToImageFilter< TImageType , TImageType >::InputImageConstPointer [inherited] |
Definition at line 84 of file itkImageToImageFilter.h.
typedef InputImageType::ConstPointer itk::ImageToImageFilter< TImageType , TImageType >::InputImageConstPointer [inherited] |
Definition at line 84 of file itkImageToImageFilter.h.
typedef InputImageType::PixelType itk::ImageToImageFilter< TImageType , TImageType >::InputImagePixelType [inherited] |
Definition at line 86 of file itkImageToImageFilter.h.
typedef InputImageType::PixelType itk::ImageToImageFilter< TImageType , TImageType >::InputImagePixelType [inherited] |
Definition at line 86 of file itkImageToImageFilter.h.
typedef InputImageType::Pointer itk::ImageToImageFilter< TImageType , TImageType >::InputImagePointer [inherited] |
Definition at line 83 of file itkImageToImageFilter.h.
typedef InputImageType::Pointer itk::ImageToImageFilter< TImageType , TImageType >::InputImagePointer [inherited] |
Definition at line 83 of file itkImageToImageFilter.h.
typedef InputImageType::RegionType itk::ImageToImageFilter< TImageType , TImageType >::InputImageRegionType [inherited] |
Definition at line 85 of file itkImageToImageFilter.h.
typedef InputImageType::RegionType itk::ImageToImageFilter< TImageType , TImageType >::InputImageRegionType [inherited] |
Definition at line 85 of file itkImageToImageFilter.h.
typedef TImageType itk::BoxImageFilter< TImageType , TImageType >::InputImageType [inherited] |
Image related typedefs.
Reimplemented from itk::ImageToImageFilter< TImageType, TImageType >.
Definition at line 55 of file itkBoxImageFilter.h.
typedef TImageType ::PixelType itk::BoxImageFilter< TImageType , TImageType >::InputPixelType [inherited] |
Definition at line 64 of file itkBoxImageFilter.h.
typedef ImageToImageFilterDetail::ImageRegionCopier<itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension)> itk::ImageToImageFilter< TImageType , TImageType >::InputToOutputRegionCopierType [protected, inherited] |
Typedef for the region copier function object that converts an input region to an output region.
Definition at line 164 of file itkImageToImageFilter.h.
typedef ImageToImageFilterDetail::ImageRegionCopier<itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension)> itk::ImageToImageFilter< TImageType , TImageType >::InputToOutputRegionCopierType [protected, inherited] |
Typedef for the region copier function object that converts an input region to an output region.
Definition at line 164 of file itkImageToImageFilter.h.
typedef int itk::LightObject::InternalReferenceCountType [protected, inherited] |
Define the type of the reference count according to the target. This allows the use of atomic operations
Definition at line 139 of file itkLightObject.h.
typedef int itk::LightObject::InternalReferenceCountType [protected, inherited] |
Define the type of the reference count according to the target. This allows the use of atomic operations
Definition at line 139 of file itkLightObject.h.
typedef TImageType ::OffsetType itk::BoxImageFilter< TImageType , TImageType >::OffsetType [inherited] |
Definition at line 62 of file itkBoxImageFilter.h.
typedef Superclass::OutputImagePixelType itk::ImageToImageFilter< TImageType , TImageType >::OutputImagePixelType [inherited] |
Reimplemented from itk::ImageSource< TImageType >.
Definition at line 79 of file itkImageToImageFilter.h.
typedef Superclass::OutputImagePixelType itk::ImageToImageFilter< TImageType , TImageType >::OutputImagePixelType [inherited] |
Reimplemented from itk::ImageSource< TImageType >.
Definition at line 79 of file itkImageToImageFilter.h.
typedef OutputImageType::Pointer itk::ImageSource< TImageType >::OutputImagePointer [inherited] |
Definition at line 69 of file itkImageSource.h.
typedef OutputImageType::Pointer itk::ImageSource< TImageType >::OutputImagePointer [inherited] |
Definition at line 69 of file itkImageSource.h.
typedef Superclass::OutputImageRegionType itk::ImageToImageFilter< TImageType , TImageType >::OutputImageRegionType [inherited] |
Superclass typedefs.
Reimplemented from itk::ImageSource< TImageType >.
Definition at line 75 of file itkImageToImageFilter.h.
typedef Superclass::OutputImageRegionType itk::ImageToImageFilter< TImageType , TImageType >::OutputImageRegionType [inherited] |
Superclass typedefs.
Reimplemented from itk::ImageSource< TImageType >.
Definition at line 75 of file itkImageToImageFilter.h.
typedef TImageType itk::BoxImageFilter< TImageType , TImageType >::OutputImageType [inherited] |
Some convenient typedefs.
Reimplemented from itk::ImageSource< TImageType >.
Definition at line 66 of file itkBoxImageFilter.h.
typedef TImageType ::PixelType itk::BoxImageFilter< TImageType , TImageType >::OutputPixelType [inherited] |
Definition at line 67 of file itkBoxImageFilter.h.
typedef ImageToImageFilterDetail::ImageRegionCopier<itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension)> itk::ImageToImageFilter< TImageType , TImageType >::OutputToInputRegionCopierType [protected, inherited] |
Typedef for the region copier function object that converts an output region to an input region.
Definition at line 169 of file itkImageToImageFilter.h.
typedef ImageToImageFilterDetail::ImageRegionCopier<itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension)> itk::ImageToImageFilter< TImageType , TImageType >::OutputToInputRegionCopierType [protected, inherited] |
Typedef for the region copier function object that converts an output region to an input region.
Definition at line 169 of file itkImageToImageFilter.h.
| typedef SmartPointer<Self> itk::AdaptiveHistogramEqualizationImageFilter< TImageType >::Pointer |
Reimplemented from itk::ImageToImageFilter< TImageType, TImageType >.
Definition at line 71 of file itkOptAdaptiveHistogramEqualizationImageFilter.h.
| typedef SmartPointer<Self> itk::AdaptiveHistogramEqualizationImageFilter< TImageType >::Pointer |
Reimplemented from itk::ImageToImageFilter< TImageType, TImageType >.
Definition at line 77 of file itkAdaptiveHistogramEqualizationImageFilter.h.
typedef TImageType ::SizeType itk::BoxImageFilter< TImageType , TImageType >::RadiusType [inherited] |
n-dimensional Kernel radius.
Definition at line 74 of file itkBoxImageFilter.h.
typedef TImageType ::RegionType itk::BoxImageFilter< TImageType , TImageType >::RegionType [inherited] |
Definition at line 59 of file itkBoxImageFilter.h.
| typedef AdaptiveHistogramEqualizationImageFilter itk::AdaptiveHistogramEqualizationImageFilter< TImageType >::Self |
Standard class typedefs
Reimplemented from itk::ImageToImageFilter< TImageType, TImageType >.
Definition at line 69 of file itkOptAdaptiveHistogramEqualizationImageFilter.h.
| typedef AdaptiveHistogramEqualizationImageFilter itk::AdaptiveHistogramEqualizationImageFilter< TImageType >::Self |
Standard class typedefs.
Reimplemented from itk::ImageToImageFilter< TImageType, TImageType >.
Definition at line 75 of file itkAdaptiveHistogramEqualizationImageFilter.h.
typedef TImageType ::SizeType itk::BoxImageFilter< TImageType , TImageType >::SizeType [inherited] |
Definition at line 60 of file itkBoxImageFilter.h.
| typedef ImageToImageFilter< TImageType, TImageType > itk::AdaptiveHistogramEqualizationImageFilter< TImageType >::Superclass |
Reimplemented from itk::ImageToImageFilter< TImageType, TImageType >.
Definition at line 70 of file itkOptAdaptiveHistogramEqualizationImageFilter.h.
| typedef ImageToImageFilter< TImageType, TImageType > itk::AdaptiveHistogramEqualizationImageFilter< TImageType >::Superclass |
Reimplemented from itk::