#include <itkSobelEdgeDetectionImageFilter.h>
Inheritance diagram for itk::SobelEdgeDetectionImageFilter:
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 Methods | |
itkStaticConstMacro (ImageDimension, unsigned int, TOutputImage::ImageDimension) | |
virtual const char * | GetClassName () const |
virtual void | GenerateInputRequestedRegion () throw (InvalidRequestedRegionError) |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
SobelEdgeDetectionImageFilter () | |
virtual | ~SobelEdgeDetectionImageFilter () |
SobelEdgeDetectionImageFilter (const Self &) | |
void | GenerateData () |
void | PrintSelf (std::ostream &os, Indent indent) const |
In this filter, the Sobel operator is first applied to each direction just like calculating the derivative image filters. then the the gradient magnitude is calculated, which indicates where the edges are.
Definition at line 47 of file itkSobelEdgeDetectionImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 79 of file itkSobelEdgeDetectionImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 73 of file itkSobelEdgeDetectionImageFilter.h. |
|
Image typedef support Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 71 of file itkSobelEdgeDetectionImageFilter.h. |
|
Definition at line 64 of file itkSobelEdgeDetectionImageFilter.h. |
|
Definition at line 63 of file itkSobelEdgeDetectionImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 72 of file itkSobelEdgeDetectionImageFilter.h. |
|
Definition at line 62 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 61 of file itkSobelEdgeDetectionImageFilter.h. |
|
Smart pointer typedef support Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 78 of file itkSobelEdgeDetectionImageFilter.h. |
|
Standard "Self" & Superclass typedef. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 54 of file itkSobelEdgeDetectionImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 55 of file itkSobelEdgeDetectionImageFilter.h. |
|
Definition at line 103 of file itkSobelEdgeDetectionImageFilter.h. |
|
Definition at line 104 of file itkSobelEdgeDetectionImageFilter.h. |
|
Definition at line 105 of file itkSobelEdgeDetectionImageFilter.h. |
|
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 116 of file itkSobelEdgeDetectionImageFilter.h. References HardConnectedComponentImageFilter::PrintSelf(). |