Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit 7a2e223

Browse files
authored
Update Readme.md with pip install notes
1 parent 1dd1e72 commit 7a2e223

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ P. Hernandez-Cerdan, “Isotropic and Steerable Wavelets in N Dimensions. A mult
1818
```
1919

2020
# Installation
21+
In `python`:
22+
23+
```
24+
pip install itk-isotropicwavelets
25+
```
26+
In `c++`:
27+
2128
You need to [build ITK from source](https://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch2.html) to use this module.
2229

2330
Since ITK version **4.13**, this module is available as a *Remote* module in the ITK source code.
@@ -194,6 +201,7 @@ itkFrequencyBandImageFilter.hxx
194201
```
195202

196203
## Forward/Inverse Wavelet (ImageFilter, apply wavelet pyramid using generators)
204+
### Decimated
197205

198206
```
199207
itkWaveletFrequencyForward.h
@@ -203,6 +211,16 @@ itkWaveletFrequencyInverse.h
203211
itkWaveletFrequencyInverse.hxx
204212
```
205213

214+
### Undecimated
215+
216+
```
217+
itkWaveletFrequencyForwardUndecimated.h
218+
itkWaveletFrequencyForwardUndecimated.hxx
219+
220+
itkWaveletFrequencyInverseUndecimated.h
221+
itkWaveletFrequencyInverseUndecimated.hxx
222+
```
223+
206224
## Wavelet independent:
207225

208226
Local estimator over a neighborhood. Get the linear combination of input that maximize the response at every pixel.

0 commit comments

Comments
 (0)