Open MaybeRichard opened 6 months ago
Have you found a way to solve it
h0, h1 = dfilters('dmaxflat4', 'd') h0 = h0 / np.sqrt(2) h1 = h1 / np.sqrt(2) make above correction where ever something like h0, h1 = dfilters('dmaxflat4', 'd')/np.sqrt(2) or something similar is there
h0, h1 = dfilters('dmaxflat4', 'd') h0 = h0 / np.sqrt(2) h1 = h1 / np.sqrt(2) make above correction where ever something like h0, h1 = dfilters('dmaxflat4', 'd')/np.sqrt(2) or something similar is there
Hello, do you know the meaning of the nScale parameter? I found that when there are the same shearLevels, nScale does not affect the decomposed result, so I am very confused about its function?
code:
Error:
I think may be something wrong with
dfilters
function