SimpleITK
1.0.1
|
#include <memory>
#include "sitkImageFilter.h"
#include "sitkDualMemberFunctionFactory.h"
#include "sitkBasicFilters.h"
Go to the source code of this file.
Classes | |
class | itk::simple::ClampImageFilter |
Casts input pixels to output pixel type and clamps the output pixel values to a specified range. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::Clamp (const Image &image1, PixelIDValueEnum outputPixelType=itk::simple::sitkFloat32, double lowerBound=-std::numeric_limits< double >::max(), double upperBound=std::numeric_limits< double >::max()) |
Casts input pixels to output pixel type and clamps the output pixel values to a specified range. More... | |