-
```
Branch: master
Version: 4.2.1024
Changeset: db6b43e3c0c6d18cae33d48e80935dc99a620be2
Compiler: cc 5.4.0
Processor: x86_64
System: Linux
Bit depth: 64 bits
Gtkmm: V2.24.4
Build type: release
Build …
-
uploading the image I am using. it is taken with BlackMagic Production Camera 4K which is quite a noisy camera. The original DNG was converted to TIFF using 'dcraw -w -T'.
[A_1_2017-08-14_2206_C0001_0…
-
Hello everybody and thanks for this great library.
I'm newbie in wavelets and have a question regarding SWT. I don't know if it's a bug or not, but why do I get some weird spikes at the end of sequenc…
-
I was thinking of parallelizing the [wavelet decomposition functions across wavelet](https://github.com/mne-tools/mne-python/blob/master/mne/time_frequency/tfr.py#L207).
However, these functions [can…
-
I just push a new branch "waveletsharp"
In wavelet panel, I add in:
- Wavelet settings
1. Unsharp mask ;
1. put 'background' on 'black'
2. put process' on 'below or equal' or 'one level'
3. …
-
PyWavelets is a Python wavelet transforms module that can do:
* 1D and 2D Forward and Inverse Discrete Wavelet Transform (DWT and IDWT)
* 1D and 2D Stationary Wavelet Transform (Undecimated Wavelet…
-
**Feature:**
It would be very nice to provide support for **MODWT** and **DWT** based decomposition using wavelet filters other than Haar. (We are still restricting the GMWM to using the Haar decompo…
-
The following two snippets of code should be equivalent, I think:
```
import numpy as np
import pywt
a = np.random.randn(64,64)
w = pywt.Wavelet('bior3.3')
#w = pywt.Wavelet('db2')
#w = pywt.Wavelet…
-
I noticed while looking through the code of that function that [it actually calculates a wavelet decomposition](https://github.com/odlgroup/odl/blob/master/odl/trafos/wavelet.py#L104-L111) of an array…
-
The wavelet tests take about 1.5 seconds now, which is too much in relation to the rest of the library. We should make smaller examples and add some larger test cases to our "largescale" test suite on…