ITK
5.2.0
Insight Toolkit
|
#include <itkZeroCrossingImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static void | SetGlobalDefaultDirectionTolerance (double) |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static double | GetGlobalDefaultCoordinateTolerance () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
OutputImagePixelType | m_BackgroundValue |
OutputImagePixelType | m_ForegroundValue |
virtual void | SetForegroundValue (OutputImagePixelType _arg) |
virtual OutputImagePixelType | GetForegroundValue () const |
virtual void | SetBackgroundValue (OutputImagePixelType _arg) |
virtual OutputImagePixelType | GetBackgroundValue () const |
ZeroCrossingImageFilter () | |
~ZeroCrossingImageFilter () override=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
This filter finds the closest pixel to the zero-crossings (sign changes) in a signed itk::Image.
Pixels closest to zero-crossings are labeled with a foreground value. All other pixels are marked with a background value. The algorithm works by detecting differences in sign among neighbors using city-block style connectivity (4-neighbors in 2d, 6-neighbors in 3d, etc.).
Definition at line 64 of file itkZeroCrossingImageFilter.h.
using itk::ZeroCrossingImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 79 of file itkZeroCrossingImageFilter.h.
using itk::ZeroCrossingImageFilter< TInputImage, TOutputImage >::InputImagePixelType = typename TInputImage::PixelType |
Define pixel types
Definition at line 82 of file itkZeroCrossingImageFilter.h.
using itk::ZeroCrossingImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Image type alias support
Definition at line 74 of file itkZeroCrossingImageFilter.h.
using itk::ZeroCrossingImageFilter< TInputImage, TOutputImage >::OutputImagePixelType = typename TOutputImage::PixelType |
Definition at line 83 of file itkZeroCrossingImageFilter.h.
using itk::ZeroCrossingImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = typename TOutputImage::RegionType |
Typedef to describe the output image region type.
Definition at line 89 of file itkZeroCrossingImageFilter.h.
using itk::ZeroCrossingImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 75 of file itkZeroCrossingImageFilter.h.
using itk::ZeroCrossingImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
SmartPointer type alias support
Definition at line 78 of file itkZeroCrossingImageFilter.h.
using itk::ZeroCrossingImageFilter< TInputImage, TOutputImage >::Self = ZeroCrossingImageFilter |
Standard "Self" & Superclass type alias.
Definition at line 70 of file itkZeroCrossingImageFilter.h.
using itk::ZeroCrossingImageFilter< TInputImage, TOutputImage >::Superclass = ImageToImageFilter<TInputImage, TOutputImage> |
Definition at line 71 of file itkZeroCrossingImageFilter.h.
|
protected |
Set/Get the label value for zero-crossing pixels.
|
overrideprotecteddefault |
Set/Get the label value for zero-crossing pixels.
|
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.
|
overrideprotectedvirtual |
ZeroCrossingImageFilter can be implemented as a multithreaded filter. Therefore,this implementation provides a DynamicThreadedGenerateData() routine which is called for each processing thread. The output image data is allocated automatically by the superclass prior to calling DynamicThreadedGenerateData(). DynamicThreadedGenerateData can only write to the portion of the output image specified by the parameter "outputRegionForThread"
Reimplemented from itk::ImageSource< TOutputImage >.
|
overridevirtual |
ZeroCrossingImageFilter needs a larger input requested region than the output requested region (larger by the kernel size to do comparisons between the central pixel and ite neighbors). Thus ZeroCrossingImageFilter needs to provide an implementation for GenerateInputRequestedRegion() in order to inform the pipeline execution model.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the label value for zero-crossing pixels.
|
virtual |
Set/Get the label value for zero-crossing pixels.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Set/Get the label value for zero-crossing pixels.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the label value for non-zero-crossing pixels.
|
virtual |
Set/Get the label value for zero-crossing pixels.
|
staticconstexpr |
ImageDimension enumeration
Definition at line 95 of file itkZeroCrossingImageFilter.h.
|
protected |
Set/Get the label value for zero-crossing pixels.
Definition at line 134 of file itkZeroCrossingImageFilter.h.
|
protected |
Set/Get the label value for zero-crossing pixels.
Definition at line 135 of file itkZeroCrossingImageFilter.h.
|
staticconstexpr |
Definition at line 96 of file itkZeroCrossingImageFilter.h.