ITK  4.8.0
Insight Segmentation and Registration Toolkit
Classes
Module ITKCurvatureFlow
+ Collaboration diagram for Module ITKCurvatureFlow:

Classes

class  itk::BinaryMinMaxCurvatureFlowFunction< TImage >
 
class  itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >
 
class  itk::CurvatureFlowFunction< TImage >
 
class  itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >
 
class  itk::MinMaxCurvatureFlowFunction< TImage >
 
class  itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >
 

Detailed Description

This module contains filters that implement variations of Curvature Flow. This is a technique that uses an iterative solution of partial differential equations to implement image denoising image filtering. These classes are typically used as edge-preserving smoothing filters. You may also find the Module ITKSmoothing and the Module ITKAnisotropicSmoothing useful as well.

Dependencies: