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

Go to the source code of this file.

Classes

class  itk::simple::BSplineDecompositionImageFilter
 Calculates the B-Spline coefficients of an image. Spline order may be from 0 to 5. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::BSplineDecomposition (const Image &image1, uint32_t splineOrder=3u)
 Calculates the B-Spline coefficients of an image. Spline order may be from 0 to 5. More...