Skip to content
This repository was archived by the owner on Jun 6, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down