Skip to content

Commit acceac1

Browse files
committed
DOC: Update Readme.md
1 parent 214f876 commit acceac1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Module (external) that adds Isotropic Wavelet analysis.
1212

1313
##TODO:
1414

15+
- [x] Add Steerable Pyramid in the frequency domain.
16+
- [x] Add Undecimated Steerable Pyramid.
1517
- [x] Add Generalized Riesz Filter Bank of order N (smoothed derivatives)
1618
- [x] Add Steering framework (RieszRotationMatrix).
1719
- [NA] General case, U matrix from Chenouard, Unser.
@@ -22,10 +24,8 @@ Module (external) that adds Isotropic Wavelet analysis.
2224
- [x] Add Simoncelli, Shannon, Held and Vow Isotropoic Wavelets.
2325
- [x] Add Shrinker and Expander in spatial domain with no interpolation.
2426
- [x] Add StructureTensor.
25-
- [ ] Publish in InsightJournal about implementation and update handle.
26-
- [ ] Add simple test to every wavelet (Vow,Held, Simoncelli, Shannon), instead of relying on the implicit testing with the WaveletBankGenerator.
27-
- [ ] Report bug related to VNL with image size being multiple of 3 [21,21,9],
28-
but generating exception about invalid size. More info in the cmake file for tests.
27+
- [x] Publish in InsightJournal about implementation: http://www.insight-journal.org/browse/publication/986
28+
- [x] Add simple test to every wavelet (Vow,Held, Simoncelli, Shannon), instead of relying on the implicit testing with the WaveletBankGenerator.
2929

3030
The work is inspired by the Monogenic Signal from literature, that uses
3131
wavelets and riesz filter to provide a multiscale denoise and segmentation

0 commit comments

Comments
 (0)