#include <itkCannyEdgeDetectionImageFilter.h>
Inheritance diagram for itk::CannyEdgeDetectionImageFilter< TInputImage, TOutputImage >:
Definition at line 87 of file itkCannyEdgeDetectionImageFilter.h.
|
Typedef of double containers Definition at line 138 of file itkCannyEdgeDetectionImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 101 of file itkCannyEdgeDetectionImageFilter.h. |
|
The default boundary condition is used unless overridden in the Evaluate() method. Definition at line 111 of file itkCannyEdgeDetectionImageFilter.h. |
|
Definition at line 106 of file itkCannyEdgeDetectionImageFilter.h. |
|
Define pixel types. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 104 of file itkCannyEdgeDetectionImageFilter.h. |
|
Image typedef support Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 96 of file itkCannyEdgeDetectionImageFilter.h. |
|
Definition at line 120 of file itkCannyEdgeDetectionImageFilter.h. |
|
Definition at line 119 of file itkCannyEdgeDetectionImageFilter.h. |
|
Definition at line 122 of file itkCannyEdgeDetectionImageFilter.h. |
|
Definition at line 121 of file itkCannyEdgeDetectionImageFilter.h. |
|
The type of data structure that is passed to this function object to evaluate at a pixel that does not lie on a data set boundary. Definition at line 117 of file itkCannyEdgeDetectionImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 105 of file itkCannyEdgeDetectionImageFilter.h. |
|
Typedef to describe the output image region type. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 128 of file itkCannyEdgeDetectionImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 97 of file itkCannyEdgeDetectionImageFilter.h. |
|
SmartPointer typedef support Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 100 of file itkCannyEdgeDetectionImageFilter.h. |
|
Standard "Self" & Superclass typedef. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 92 of file itkCannyEdgeDetectionImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 93 of file itkCannyEdgeDetectionImageFilter.h. |
|
|
|
Definition at line 187 of file itkCannyEdgeDetectionImageFilter.h. |
|
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 >.
|
|
CannyEdgeDetectionImageFilter needs a larger input requested region than the output requested region ( derivative operators, etc). As such, CannyEdgeDetectionImageFilter 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 >.
|
|
Standard get/set macros for filter parameters. |
|
|
|
|
|
Standard get/set macros for filter parameters. |
|
ImageDimension constant |
|
Method for creation through the object factory. Reimplemented from itk::Object.
|
|
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::ImageToImageFilter< TInputImage, TOutputImage >.
|
|
Set/Get the MaximumError paramter used by the Gaussian smoothing filter in this algorithm Definition at line 156 of file itkCannyEdgeDetectionImageFilter.h. |
|
Standard get/set macros for filter parameters. |
|
* Set the Threshold value for detected edges. */
|
|
|
|
Set/Get the Variance parameter used by the Gaussian smoothing filter in this algorithm Definition at line 149 of file itkCannyEdgeDetectionImageFilter.h. |
|
Standard get/set macros for filter parameters. |