ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkN4BiasFieldCorrectionImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
Private Member Functions | |
RealType | CalculateConvergenceMeasurement (const RealImageType *, const RealImageType *) const |
N4BiasFieldCorrectionImageFilter (const Self &) | |
void | operator= (const Self &) |
RealImagePointer | SharpenImage (const RealImageType *) const |
RealImagePointer | UpdateBiasFieldEstimate (RealImageType *) |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Implementation of the N4 bias field correction algorithm.
The nonparametric nonuniform intensity normalization (N3) algorithm, as introduced by Sled et al. in 1998 is a method for correcting nonuniformity associated with MR images. The algorithm assumes a simple parametric model (Gaussian) for the bias field and does not require tissue class segmentation. In addition, there are only a couple of parameters to tune with the default values performing quite well. N3 has been publicly available as a set of perl scripts (http://www.bic.mni.mcgill.ca/ServicesSoftwareAdvancedImageProcessingTools/HomePage)
The N4 algorithm, encapsulated with this class, is a variation of the original N3 algorithm with the additional benefits of an improved B-spline fitting routine which allows for multiple resolutions to be used during the correction process. We also modify the iterative update component of algorithm such that the residual bias field is continually updated
Notes for the user:
The basic algorithm iterates between sharpening the intensity histogram of the corrected input image and spatially smoothing those results with a B-spline scalar field estimate of the bias field.
Contributed by Nicholas J. Tustison, James C. Gee in the Insight Journal paper: http://hdl.handle.net/10380/3053
J.G. Sled, A.P. Zijdenbos and A.C. Evans. "A Nonparametric Method for Automatic Correction of Intensity Nonuniformity in Data" IEEE Transactions on Medical Imaging, Vol 17, No 1. Feb 1998.
N.J. Tustison, B.B. Avants, P.A. Cook, Y. Zheng, A. Egan, P.A. Yushkevich, and J.C. Gee. "N4ITK: Improved N3 Bias Correction" IEEE Transactions on Medical Imaging, 29(6):1310-1320, June 2010.
Definition at line 93 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef BSplineFilterType::ArrayType itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::ArrayType |
Definition at line 136 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef BSplineFilterType::PointDataImageType itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::BiasFieldControlPointLatticeType |
Definition at line 135 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef BSplineScatteredDataPointSetToImageFilter< PointSetType, ScalarImageType> itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::BSplineFilterType |
B-sline filter typedefs
Definition at line 134 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef SmartPointer<const Self> itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::ConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 101 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef TInputImage itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::InputImageType |
Some convenient typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 114 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef TMaskImage itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::MaskImageType |
Definition at line 116 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef MaskImageType::PixelType itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::MaskPixelType |
Definition at line 117 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef TOutputImage itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 115 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef SmartPointer<Self> itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::Pointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 100 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef PointSetType::Pointer itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::PointSetPointer |
B-spline smoothing filter argument typedefs
Definition at line 128 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef PointSet<ScalarType, itkGetStaticConstMacro( ImageDimension )> itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::PointSetType |
B-spline smoothing filter argument typedefs
Definition at line 126 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef PointSetType::PointType itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::PointType |
B-spline smoothing filter argument typedefs
Definition at line 129 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef RealImageType::Pointer itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::RealImagePointer |
Definition at line 121 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef Image<RealType, ImageDimension> itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::RealImageType |
Definition at line 120 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef float itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::RealType |
Definition at line 119 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef Image<ScalarType, itkGetStaticConstMacro( ImageDimension )> itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::ScalarImageType |
B-spline smoothing filter argument typedefs
Definition at line 127 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef Vector<RealType, 1> itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::ScalarType |
B-spline smoothing filter argument typedefs
Definition at line 125 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef N4BiasFieldCorrectionImageFilter itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 98 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef ImageToImageFilter<TInputImage, TOutputImage> itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::Superclass |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 99 of file itkN4BiasFieldCorrectionImageFilter.h.
typedef Array<unsigned int> itk::N4BiasFieldCorrectionImageFilter< TInputImage, TMaskImage, TOutputImage >::VariableSizeArrayType |
Definition at line 122 of file itkN4BiasFieldCorrectionImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 373 of file itkN4BiasFieldCorrectionImageFilter.h.
|
private |
|
private |
Convergence is determined by the coefficient of variation of the difference image between the current bias field estimate and the previous estimate.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
protectedvirtual |
A version of GenerateData() specific for image processing filters. This implementation will split the processing across multiple threads. The buffer is allocated by this method. Then the BeforeThreadedGenerateData() method is called (if provided). Then, a series of threads are spawned each calling ThreadedGenerateData(). After all the threads have completed processing, the AfterThreadedGenerateData() method is called (if provided). If an image processing filter cannot be threaded, the filter should provide an implementation of GenerateData(). That implementation is responsible for allocating the output buffer. If a filter an be threaded, it should NOT provide a GenerateData() method but should provide a ThreadedGenerateData() instead.
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Get the full width at half maximum parameter characterizing the width of the Gaussian deconvolution. Default = 0.15.
|
inline |
Get confidence image function. If a confidence image is specified, estimation of the bias field weights the contribution of each voxel according the value of the corresponding voxel in the confidence image. For example, when estimating the bias field using brain , one can use a soft segmentation of the white matter as the confidence image instead of using a hard segmentation of the white matter as the mask image (as has been done in the literature) as an alternative strategy to estimating the bias field.
Definition at line 193 of file itkN4BiasFieldCorrectionImageFilter.h.
References itk::ProcessObject::GetInput().
|
virtual |
Get the convergence threshold. Convergence is determined by the coefficient of variation of the difference image between the current bias field estimate and the previous estimate. If this value is less than the specified threshold, the algorithm proceeds to the next fitting level or terminates if it is at the last level.
|
virtual |
Get the current convergence measurement. This is a helper function for reporting observations.
|
virtual |
Get the current fitting level. This is a helper function for reporting observations.
|
virtual |
Get the number of elapsed iterations. This is a helper function for reporting observations.
|
virtual |
Typically, a reduced size image is used as input to the N4 filter using something like itkShrinkImageFilter. Since the output is a corrected version of the input, the user will probably want to apply the bias field correction to the full resolution image. This can be done by using the LogBiasFieldControlPointLattice to reconstruct the bias field at the full image resolution (using the class BSplineControlPointImageFilter).
|
inline |
Get mask image function. If a binary mask image is specified, only those input image voxels corresponding with mask image values equal to m_MaskLabel are used in estimating the bias field.
Definition at line 161 of file itkN4BiasFieldCorrectionImageFilter.h.
References itk::ProcessObject::GetInput().
|
virtual |
Get mask label function. If a binary mask image is specified, only those input image voxels corresponding with mask image values equal to m_MaskLabel are used in estimating the bias field. Default = 1.
|
virtual |
Get the maximum number of iterations specified at each fitting level. Default = 50.
|
virtual |
Runtime information support.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Get the control point grid size defining the B-spline estimate of the scalar bias field. In each dimension, the B-spline mesh size is equal to the number of control points in that dimension minus the spline order. Default = 4 control points in each dimension for a mesh size of 1 in each dimension.
|
virtual |
Get the number of fitting levels. One of the contributions of N4 is the introduction of a multi-scale approach to fitting. This allows one to specify a B-spline mesh size for initial fitting followed by a doubling of the mesh resolution for each subsequent fitting level. Default = 1 level.
|
virtual |
Get number of bins defining the log input intensity histogram. Default = 200.
|
virtual |
Get the spline order defining the bias field estimate. Default = 3.
|
virtual |
Get the noise estimate defining the Wiener filter. Default = 0.01.
|
static |
Standard New method.
Reimplemented from itk::Object.
|
private |
PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
protectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set the full width at half maximum parameter characterizing the width of the Gaussian deconvolution. Default = 0.15.
|
inline |
Set confidence image function. If a confidence image is specified, estimation of the bias field weights the contribution of each voxel according the value of the corresponding voxel in the confidence image. For example, when estimating the bias field using brain , one can use a soft segmentation of the white matter as the confidence image instead of using a hard segmentation of the white matter as the mask image (as has been done in the literature) as an alternative strategy to estimating the bias field.
Definition at line 176 of file itkN4BiasFieldCorrectionImageFilter.h.
|
virtual |
Set the convergence threshold. Convergence is determined by the coefficient of variation of the difference image between the current bias field estimate and the previous estimate. If this value is less than the specified threshold, the algorithm proceeds to the next fitting level or terminates if it is at the last level.
|
inline |
The image expected for input for bias correction.
Definition at line 141 of file itkN4BiasFieldCorrectionImageFilter.h.
|
inline |
Set mask image function. If a binary mask image is specified, only those input image voxels corresponding with mask image values equal to m_MaskLabel are used in estimating the bias field.
Definition at line 153 of file itkN4BiasFieldCorrectionImageFilter.h.
|
inline |
Set confidence image function. If a confidence image is specified, estimation of the bias field weights the contribution of each voxel according the value of the corresponding voxel in the confidence image. For example, when estimating the bias field using brain , one can use a soft segmentation of the white matter as the confidence image instead of using a hard segmentation of the white matter as the mask image (as has been done in the literature) as an alternative strategy to estimating the bias field.
Definition at line 180 of file itkN4BiasFieldCorrectionImageFilter.h.
|
inline |
Set mask image function. If a binary mask image is specified, only those input image voxels corresponding with mask image values equal to m_MaskLabel are used in estimating the bias field.
Definition at line 149 of file itkN4BiasFieldCorrectionImageFilter.h.
|
virtual |
Set mask label function. If a binary mask image is specified, only those input image voxels corresponding with mask image values equal to m_MaskLabel are used in estimating the bias field. Default = 1.
|
virtual |
Set the maximum number of iterations specified at each fitting level. Default = 50.
|
virtual |
Set the control point grid size defining the B-spline estimate of the scalar bias field. In each dimension, the B-spline mesh size is equal to the number of control points in that dimension minus the spline order. Default = 4 control points in each dimension for a mesh size of 1 in each dimension.
|
virtual |
Set the number of fitting levels. One of the contributions of N4 is the introduction of a multi-scale approach to fitting. This allows one to specify a B-spline mesh size for initial fitting followed by a doubling of the mesh resolution for each subsequent fitting level. Default = 1 level.
|
inline |
Set the number of fitting levels. One of the contributions of N4 is the introduction of a multi-scale approach to fitting. This allows one to specify a B-spline mesh size for initial fitting followed by a doubling of the mesh resolution for each subsequent fitting level. Default = 1 level.
Definition at line 295 of file itkN4BiasFieldCorrectionImageFilter.h.
References itk::FixedArray< TValueType, VLength >::Fill().
|
virtual |
Set number of bins defining the log input intensity histogram. Default = 200.
|
virtual |
Set the spline order defining the bias field estimate. Default = 3.
|
virtual |
Set the noise estimate defining the Wiener filter. Default = 0.01.
|
private |
Sharpen the intensity histogram of the current estimate of the corrected image and map those results to a new estimate of the unsmoothed corrected image.
|
private |
Given the unsmoothed estimate of the bias field, this function smooths the estimate and adds the resulting control point values to the total bias field estimate.
|
static |
ImageDimension constants
Definition at line 111 of file itkN4BiasFieldCorrectionImageFilter.h.
|
private |
Definition at line 419 of file itkN4BiasFieldCorrectionImageFilter.h.
|
private |
Definition at line 425 of file itkN4BiasFieldCorrectionImageFilter.h.
|
private |
Definition at line 426 of file itkN4BiasFieldCorrectionImageFilter.h.
|
private |
Definition at line 427 of file itkN4BiasFieldCorrectionImageFilter.h.
|
private |
Definition at line 424 of file itkN4BiasFieldCorrectionImageFilter.h.
|
private |
Definition at line 432 of file itkN4BiasFieldCorrectionImageFilter.h.
|
private |
Definition at line 413 of file itkN4BiasFieldCorrectionImageFilter.h.
|
private |
Definition at line 423 of file itkN4BiasFieldCorrectionImageFilter.h.
|
private |
Definition at line 435 of file itkN4BiasFieldCorrectionImageFilter.h.
|
private |
Definition at line 436 of file itkN4BiasFieldCorrectionImageFilter.h.
|
private |
Definition at line 417 of file itkN4BiasFieldCorrectionImageFilter.h.
|
private |
Definition at line 434 of file itkN4BiasFieldCorrectionImageFilter.h.
|
private |
Definition at line 418 of file itkN4BiasFieldCorrectionImageFilter.h.