fbasatemur / Non-Subsampled_Shearlet_Transform

NSST - Non-Subsampled Shearlet Transform
MIT License
19 stars 5 forks source link

Non-Subsampled_Shearlet_Transform/Form_NSST/Form_Empty/MatlabFuncs.cpp #1

Closed zhanghaoqi0914 closed 3 years ago

zhanghaoqi0914 commented 3 years ago

Hello, where can I get the corresponding matlab function in Non-Subsampled_Shearlet_Transform.

fbasatemur commented 3 years ago

Hello, we do not own the Matlab code. I can't share because of that, sorry. However, you can use the "NsstDec1e ()" function in C ++ code for NSST.

zhanghaoqi0914 notifications@github.com, 10 Şub 2021 Çar, 17:40 tarihinde şunu yazdı:

Hello, where can I get the corresponding matlab function in Non-Subsampled_Shearlet_Transform.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fbasatemur/Non-Subsampled_Shearlet_Transform/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMHQ5AXKZBMAGT3CITCOCK3S6KLG7ANCNFSM4XNCIQ4A .

uzunb commented 3 years ago

Hello, there is no direct corresponding function in matlab. If you can't implement this algorithm, you should request to matlab version from developers of algorithm.

uzunb commented 3 years ago

Matlab Code contributors: Glenn R. Easley, Demetrio Labate, and Wang-Q Lim.

zhanghaoqi0914 commented 3 years ago

Hello, there is no direct corresponding function in matlab. If you can't implement this algorithm, you should request to matlab version from developers of algorithm.

Hello, I want to ask MatlabFuncs.cpp Where can I find the corresponding matlab code.

uzunb commented 3 years ago

Hello, I want to ask MatlabFuncs.cpp Where can I find the corresponding matlab code.

We converted to C++ code from according to docummentations of matlab code. Which of these functions do you want to know about?

zhanghaoqi0914 commented 3 years ago

Hello, I am using matlab code to generate shearlet filter function(shearing_filters_Myer.m) and compare with your C + + code(Matrix* ShearingFiltersMyer). As shown in the figure below, the code in the red box of MATLAB is not consistent with the C + + code, so I want to know if we are using the same version of matlab code? This link is the corresponding page of shearlab that I use.(http://shearlab.org/files/software/WinMac64_ShearLab-1.1.zip) I would appreciate it if you could tell me! shearlet_filter_matlab

shearlet_filter_c++
uzunb commented 3 years ago

It seem different version. We used from our version same matlab code. There not our used version in shearlab.org.