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

Go to the source code of this file.

Classes

class  itk::simple::N4BiasFieldCorrectionImageFilter
 Implementation of the N4 bias field correction algorithm. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::N4BiasFieldCorrection (const Image &image, const Image &maskImage, double convergenceThreshold=0.001, std::vector< uint32_t > maximumNumberOfIterations=std::vector< uint32_t >(4, 50), double biasFieldFullWidthAtHalfMaximum=0.15, double wienerFilterNoise=0.01, uint32_t numberOfHistogramBins=200u, const std::vector< uint32_t > &numberOfControlPoints=std::vector< uint32_t >(3, 4), uint32_t splineOrder=3u)
 Implementation of the N4 bias field correction algorithm. More...