Skip to content

Commit e7250c9

Browse files
committed
DOC: Update readme
Remove dead code
1 parent ee643bc commit e7250c9

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.rst

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@ ITKTotalVariation
88
Overview
99
--------
1010

11-
TotalVariation algorithms, providing a wrap for the external project: https://github.com/albarji/proxTV
11+
TotalVariation algorithms. itkProxTVImageFilter provides a wrap for the external project proxTV: https://github.com/albarji/proxTV
1212

13-
ITK is an open-source, cross-platform library that provides developers with an extensive suite of software tools for image analysis. Developed through extreme programming methodologies, ITK employs leading-edge algorithms for registering and segmenting multidimensional scientific images.
14-
15-
**Idea / Work in progress**
16-
17-
Not ready. The motivation is that Total Variation methods from proxTV are pretty effective denoisers.
18-
If interested, there are python and matlab wraps available from https://github.com/albarji/proxTV .
13+
The motivation is that Total Variation methods from proxTV are pretty effective denoisers.
14+
If interested, there are python and matlab wraps directly available from https://github.com/albarji/proxTV .
1915
If using the proxTV python package and python ITK, you can interconnect them:
2016

2117
.. code-block:: python
@@ -46,6 +42,6 @@ Denoised:
4642

4743
- [x] Add support for CMake to proxTV. Open PR: <https://github.com/albarji/proxTV/pull/38>
4844
And the branch in my fork: <https://github.com/phcerdan/proxTV/tree/cmake_support>
49-
- [ ] Handle the external project. Choose between add_subdirectory, or ExternalProject_Add. Ask ITK.
50-
- [ ] Do the actual wrapping with ITK classes.
51-
- [ ] Profit and use TV methods in C++ with ITK.
45+
- [x] Uses CMake FetchContent to download the third party proxTV.
46+
- [x] Do the actual wrapping with ITK classes.
47+
- [x] Profit and use TV methods in C++ with ITK.

0 commit comments

Comments
 (0)