#include <itkSobelEdgeDetectionImageFilter.h>
Inheritance diagram for itk::SobelEdgeDetectionImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef SobelEdgeDetectionImageFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef TOutputImage::PixelType | OutputPixelType |
typedef TOutputImage::InternalPixelType | OutputInternalPixelType |
typedef TInputImage::PixelType | InputPixelType |
typedef TInputImage::InternalPixelType | InputInternalPixelType |
typedef TInputImage | InputImageType |
typedef TOutputImage | OutputImageType |
typedef InputImageType::Pointer | InputImagePointer |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
itkStaticConstMacro (ImageDimension, unsigned int, TOutputImage::ImageDimension) | |
virtual const char * | GetNameOfClass () const |
virtual void | GenerateInputRequestedRegion () throw (InvalidRequestedRegionError) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
SobelEdgeDetectionImageFilter () | |
virtual | ~SobelEdgeDetectionImageFilter () |
SobelEdgeDetectionImageFilter (const Self &) | |
void | GenerateData () |
void | PrintSelf (std::ostream &os, Indent indent) const |
This filter uses the Sobel operator to calculate the image gradient and then finds the magnitude of this gradient vector. The Sobel gradient magnitude (square-root sum of squares) is an indication of edge strength.
SobelOperator
Definition at line 44 of file itkSobelEdgeDetectionImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 76 of file itkSobelEdgeDetectionImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 70 of file itkSobelEdgeDetectionImageFilter.h. |
|
Image typedef support Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 68 of file itkSobelEdgeDetectionImageFilter.h. |
|
Definition at line 61 of file itkSobelEdgeDetectionImageFilter.h. |
|
Definition at line 60 of file itkSobelEdgeDetectionImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 69 of file itkSobelEdgeDetectionImageFilter.h. |
|
Definition at line 59 of file itkSobelEdgeDetectionImageFilter.h. |
|
Extract some information from the image types. Dimensionality of the two images is assumed to be the same. Definition at line 58 of file itkSobelEdgeDetectionImageFilter.h. |
|
Smart pointer typedef support Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 75 of file itkSobelEdgeDetectionImageFilter.h. |
|
Standard "Self" & Superclass typedef. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 51 of file itkSobelEdgeDetectionImageFilter.h. Referenced by itk::SobelEdgeDetectionImageFilter< TInputImage, TOutputImage >::SobelEdgeDetectionImageFilter(). |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 52 of file itkSobelEdgeDetectionImageFilter.h. |
|
Definition at line 100 of file itkSobelEdgeDetectionImageFilter.h. |
|
Definition at line 101 of file itkSobelEdgeDetectionImageFilter.h. |
|
Definition at line 102 of file itkSobelEdgeDetectionImageFilter.h. References itk::SobelEdgeDetectionImageFilter< TInputImage, TOutputImage >::Self. |
|
Standard pipeline method. While this class does not implement a ThreadedGenerateData(), its GenerateData() delegates all calculations to an NeighborhoodOperatorImageFilter. Since the NeighborhoodOperatorImageFilter is multithreaded, this filter is multithreaded by default. Reimplemented from itk::ImageSource< TOutputImage >. |
|
SobelEdgeDetectionImageFilter needs a larger input requested region than the output requested region (larger in the direction of the derivative). As such, SobelEdgeDetectionImageFilter needs to provide an implementation for GenerateInputRequestedRegion() in order to inform the pipeline execution model.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Run-time type information (and related methods) Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
|
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
Standard pipeline method. While this class does not implement a ThreadedGenerateData(), its GenerateData() delegates all calculations to an NeighborhoodOperatorImageFilter. Since the NeighborhoodOperatorImageFilter is multithreaded, this filter is multithreaded by default. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 113 of file itkSobelEdgeDetectionImageFilter.h. |