-
-
Notifications
You must be signed in to change notification settings - Fork 517
Closed
Description
In the current implementation of the swt
, the function returns all the coarse levels (called here approximation). But I think we only need the last one theoretically.
Indeed, when looking at the code, you can see that the approximation coefficients are discarded and when only keep the detail coefficients for reconstruction. The last coarse level is safely saved here. I think it would be nice if there was an option to decompose/reconstruct without all these additional coefficients.
Metadata
Metadata
Assignees
Labels
No labels