SimpleITK  1.0.1
Classes | Namespaces | Functions
sitkZeroCrossingImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
+ Include dependency graph for sitkZeroCrossingImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::simple::ZeroCrossingImageFilter
 This filter finds the closest pixel to the zero-crossings (sign changes) in a signed itk::Image . More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::ZeroCrossing (const Image &image1, uint8_t foregroundValue=1u, uint8_t backgroundValue=0u)
 This filter finds the closest pixel to the zero-crossings (sign changes) in a signed itk::Image . More...