#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
|
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...
|
|
|
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...
|
|