ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkMorphologicalSharpeningImageFilter.h>
Image sharpening using methods based on parabolic structuring elements.
This is an implemtentation of the method of Schavemaker for testing the parabolic morphology routines. No particular efforts have been made to minimize memory consumption.
@article{Schavemaker2000, author = {Schavemaker, J. and Reinders, M. and Gerbrands, J. and Backer, E. }, title = {Image sharpening by morphological filtering}, journal = {Pattern Recognition}, volume = {33}, number = {6}, year = {2000}, pages = {997-1012}, ee = {http://dx.doi.org/10.1016/S0031-3203(99)00160-0}, bibsource = {DBLP, http://dblp.uni-trier.de} }
Core methods described in the InsightJournal article: "Morphology with parabolic structuring elements"
http://hdl.handle.net/1926/1370
Definition at line 67 of file itkMorphologicalSharpeningImageFilter.h.
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 | OutputImageDimension = TOutputImage::ImageDimension |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Protected Types | |
typedef itk::CastImageFilter < InputImageType, OutputImageType > | CastType |
typedef itk::ParabolicDilateImageFilter < OutputImageType, OutputImageType > | DilateType |
typedef itk::ParabolicErodeImageFilter < OutputImageType, OutputImageType > | ErodeType |
typedef itk::SharpenOpImageFilter < OutputImageType, OutputImageType, OutputImageType, OutputImageType > | SharpenOpType |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Private Member Functions | |
MorphologicalSharpeningImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
CastType::Pointer | m_Cast |
DilateType::Pointer | m_Dilate |
ErodeType::Pointer | m_Erode |
int | m_Iterations |
SharpenOpType::Pointer | m_SharpenOp |
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 |
|
protected |
Definition at line 163 of file itkMorphologicalSharpeningImageFilter.h.
typedef SmartPointer< const Self > itk::MorphologicalSharpeningImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 76 of file itkMorphologicalSharpeningImageFilter.h.
|
protected |
Definition at line 162 of file itkMorphologicalSharpeningImageFilter.h.
|
protected |
Definition at line 161 of file itkMorphologicalSharpeningImageFilter.h.
typedef TInputImage::ConstPointer itk::MorphologicalSharpeningImageFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Definition at line 94 of file itkMorphologicalSharpeningImageFilter.h.
typedef TInputImage::Pointer itk::MorphologicalSharpeningImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Smart pointer typedef support.
Definition at line 93 of file itkMorphologicalSharpeningImageFilter.h.
typedef TInputImage itk::MorphologicalSharpeningImageFilter< TInputImage, TOutputImage >::InputImageType |
Pixel Type of the input image
Definition at line 82 of file itkMorphologicalSharpeningImageFilter.h.
typedef TInputImage::PixelType itk::MorphologicalSharpeningImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 87 of file itkMorphologicalSharpeningImageFilter.h.
typedef TOutputImage itk::MorphologicalSharpeningImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 86 of file itkMorphologicalSharpeningImageFilter.h.
typedef TOutputImage::PixelType itk::MorphologicalSharpeningImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 90 of file itkMorphologicalSharpeningImageFilter.h.
typedef SmartPointer< Self > itk::MorphologicalSharpeningImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 75 of file itkMorphologicalSharpeningImageFilter.h.
typedef itk::FixedArray< ScalarRealType, TInputImage::ImageDimension > itk::MorphologicalSharpeningImageFilter< TInputImage, TOutputImage >::RadiusType |
a type to represent the "kernel radius"
Definition at line 106 of file itkMorphologicalSharpeningImageFilter.h.
typedef NumericTraits< InputPixelType >::RealType itk::MorphologicalSharpeningImageFilter< TInputImage, TOutputImage >::RealType |
Definition at line 88 of file itkMorphologicalSharpeningImageFilter.h.
typedef NumericTraits< InputPixelType >::ScalarRealType itk::MorphologicalSharpeningImageFilter< TInputImage, TOutputImage >::ScalarRealType |
Definition at line 89 of file itkMorphologicalSharpeningImageFilter.h.
typedef MorphologicalSharpeningImageFilter itk::MorphologicalSharpeningImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 73 of file itkMorphologicalSharpeningImageFilter.h.
|
protected |
Definition at line 166 of file itkMorphologicalSharpeningImageFilter.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::MorphologicalSharpeningImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 74 of file itkMorphologicalSharpeningImageFilter.h.
|
protected |
End concept checking
|
inlineprotectedvirtual |
End concept checking
Definition at line 153 of file itkMorphologicalSharpeningImageFilter.h.
|
private |
|
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.
|
protectedvirtual |
Generate Data
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
|
virtual |
Runtime information support.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
inline |
Definition at line 130 of file itkMorphologicalSharpeningImageFilter.h.
|
inline |
Definition at line 135 of file itkMorphologicalSharpeningImageFilter.h.
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
End concept checking
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
|
inline |
Definition at line 111 of file itkMorphologicalSharpeningImageFilter.h.
|
inline |
Definition at line 117 of file itkMorphologicalSharpeningImageFilter.h.
|
inline |
Definition at line 123 of file itkMorphologicalSharpeningImageFilter.h.
itk::MorphologicalSharpeningImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::SameDimension< itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | ) |
Begin concept checking This class requires SameDimension in the form of ( Concept::SameDimension< itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > )
itk::MorphologicalSharpeningImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::Comparable< InputPixelType > | ) |
This class requires Comparable in the form of ( Concept::Comparable< InputPixelType > )
|
static |
Image related typedefs.
Definition at line 102 of file itkMorphologicalSharpeningImageFilter.h.
|
static |
Image related typedefs.
Definition at line 100 of file itkMorphologicalSharpeningImageFilter.h.
|
private |
Definition at line 175 of file itkMorphologicalSharpeningImageFilter.h.
|
private |
Definition at line 174 of file itkMorphologicalSharpeningImageFilter.h.
|
private |
Definition at line 173 of file itkMorphologicalSharpeningImageFilter.h.
|
private |
Definition at line 171 of file itkMorphologicalSharpeningImageFilter.h.
|
private |
Definition at line 176 of file itkMorphologicalSharpeningImageFilter.h.
|
static |
Image related typedefs.
Definition at line 98 of file itkMorphologicalSharpeningImageFilter.h.