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

Go to the source code of this file.

Classes

class  itk::simple::IntensityWindowingImageFilter
 Applies a linear transformation to the intensity levels of the input Image that are inside a user-defined interval. Values below this interval are mapped to a constant. Values over the interval are mapped to another constant. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::IntensityWindowing (const Image &image1, double windowMinimum=0.0, double windowMaximum=255, double outputMinimum=0, double outputMaximum=255)
 Applies a linear transformation to the intensity levels of the input Image that are inside a user-defined interval. Values below this interval are mapped to a constant. Values over the interval are mapped to another constant. More...