#include <itkCannyEdgeDetectionImageFilter.h>
Inheritance diagram for itk::CannyEdgeDetectionImageFilter< TInputImage, TOutputImage >:
Definition at line 89 of file itkCannyEdgeDetectionImageFilter.h.
|
Typedef of double containers Definition at line 140 of file itkCannyEdgeDetectionImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 103 of file itkCannyEdgeDetectionImageFilter.h. |
|
The default boundary condition is used unless overridden in the Evaluate() method. Definition at line 113 of file itkCannyEdgeDetectionImageFilter.h. |
|
Definition at line 224 of file itkCannyEdgeDetectionImageFilter.h. |
|
Definition at line 108 of file itkCannyEdgeDetectionImageFilter.h. |
|
Define pixel types. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 106 of file itkCannyEdgeDetectionImageFilter.h. |
|
Image typedef support Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 98 of file itkCannyEdgeDetectionImageFilter.h. |
|
Definition at line 122 of file itkCannyEdgeDetectionImageFilter.h. |
|
Definition at line 121 of file itkCannyEdgeDetectionImageFilter.h. |
|
Definition at line 124 of file itkCannyEdgeDetectionImageFilter.h. |
|
Definition at line 123 of file itkCannyEdgeDetectionImageFilter.h. |
|
Definition at line 226 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 119 of file itkCannyEdgeDetectionImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 107 of file itkCannyEdgeDetectionImageFilter.h. |
|
Typedef to describe the output image region type. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 130 of file itkCannyEdgeDetectionImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 99 of file itkCannyEdgeDetectionImageFilter.h. |
|
SmartPointer typedef support Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 102 of file itkCannyEdgeDetectionImageFilter.h. |
|
Standard "Self" & Superclass typedef. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 94 of file itkCannyEdgeDetectionImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 95 of file itkCannyEdgeDetectionImageFilter.h. |
|
|
|
Definition at line 218 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 >. |
|
|
|
Standard get/set macros for filter parameters. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
|
|
Definition at line 190 of file itkCannyEdgeDetectionImageFilter.h. |
|
|
|
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 167 of file itkCannyEdgeDetectionImageFilter.h. |
|
Standard get/set macros for filter parameters. |
|
|
|
Definition at line 182 of file itkCannyEdgeDetectionImageFilter.h. |
|
* Set the Threshold value for detected edges. */
|
|
Set/Get the Variance parameter used by the Gaussian smoothing filter in this algorithm Definition at line 151 of file itkCannyEdgeDetectionImageFilter.h. |
|
Standard get/set macros for filter parameters. |