You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,10 @@ ITKTotalVariation
8
8
Overview
9
9
--------
10
10
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
12
12
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 .
19
15
If using the proxTV python package and python ITK, you can interconnect them:
20
16
21
17
.. code-block:: python
@@ -46,6 +42,6 @@ Denoised:
46
42
47
43
- [x] Add support for CMake to proxTV. Open PR: <https://github.com/albarji/proxTV/pull/38>
48
44
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.
0 commit comments