1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
set(DOCUMENTATION
"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 \\\\ref ITKSmoothing and the \\\\ref ITKAnisotropicSmoothing useful
as well.")
itk_module(
ITKCurvatureFlow
COMPILE_DEPENDS
ITKFiniteDifference
ITKImageFilterBase
TEST_DEPENDS
ITKTestKernel
ITKIOVTK
DESCRIPTION
"${DOCUMENTATION}")
|