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

Go to the source code of this file.

Classes

class  itk::simple::RescaleIntensityImageFilter
 Applies a linear transformation to the intensity levels of the input Image . More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::RescaleIntensity (const Image &image1, double outputMinimum=0, double outputMaximum=255)
 Applies a linear transformation to the intensity levels of the input Image . More...