From ff6fa8a9eda840662f59fa1662016ecfdc13d24e Mon Sep 17 00:00:00 2001 From: Pablo Hernandez-Cerdan Date: Wed, 27 Mar 2019 14:42:32 -0400 Subject: [PATCH] DOC: Rewording the Readme --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f486bfb..2dbee39 100644 --- a/README.rst +++ b/README.rst @@ -10,8 +10,7 @@ Overview TotalVariation algorithms. itkProxTVImageFilter provides a wrap for the external project proxTV: https://github.com/albarji/proxTV -The motivation is that Total Variation methods from proxTV are pretty effective denoisers. -If interested, there are python and matlab wraps directly available from https://github.com/albarji/proxTV . +itkProxTVImageFilter provides a wrap around the c-code in proxTV, but the original library provides matlab and python wraps (for linux and mac only at the moment). If using the proxTV python package and python ITK, you can interconnect them: .. code-block:: python