1itk_fetch_module(TotalVariation
2"An ITK-based implementation of fast total variation methods used for image denoising,
3image deconvolution, and other applications.
4
5The class itkProxTVImageFilter wraps the third party library proxTV for 2D and 3D images.
6Please refer to the documentation upstream for a detailed description:
7https://github.com/albarji/proxTV
8"
9  GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKTotalVariation.git
10  GIT_TAG 5b562c91d28d2a28473c0a58f9637b4b3240f876
11)
12