You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Your code is very nice, I hope it is still maintained.
I'm using it on simple denoising task. I have a question concerning a possible confusion.
In the below C&P function fdct_wrapping it is mentioned that "finest=2" by default (which is the case due to
ifnargin<3, finest=2; end`
but the comment says that 2 : wavelets and 1: curvelets, so I should conclude that the default IS NOT using curvelet.
It is strange as in the ACT_filter.m which should provide a "curvelet" denoising,
I can see that fdct_wrapping is called without the third argument (ie. finestvar)
Hi,
Your code is very nice, I hope it is still maintained.
I'm using it on simple denoising task. I have a question concerning a possible confusion.
In the below C&P function
fdct_wrapping
it is mentioned that "finest=2" by default (which is the case due tobut the comment says that
2 : wavelets
and1: curvelets
, so I should conclude that the default IS NOT using curvelet.It is strange as in the
ACT_filter.m
which should provide a "curvelet" denoising,I can see that
fdct_wrapping
is called without the third argument (ie.finest
var)So I am confused as
ACT_filter
callsfdct_wrapping
with the default finest which is then according to the comment "wavelet".Can you tell me the truth, please, as I would like to use "curvelet".
Thanks
Jean-Eric
The text was updated successfully, but these errors were encountered: