how use 3D Curvelet in CURVELAB?

3 views (last 30 days)
ali esmailzehi
ali esmailzehi on 26 May 2015
Commented: xiaoming on 28 Jul 2017
i have a problem with use of CURVELAB toolbox in matlab.i have a 21*21*21 cell and i want to get a 3D curvelet transform on it,but when i use this order in MATLAB: fdct3d_forward :i face with this error:Undefined function 'fdct3d_forward_mex' for input arguments of type 'double'. please help me.
  2 Comments
Mohammad
Mohammad on 15 Jun 2017
you should first `make` this project to compile .cpp files and create .mex . I had the same problem but when I compiled this toolbox correctly, the problem solved.
xiaoming
xiaoming on 28 Jul 2017
could you tell me how to compile curvelet toolbox correctly,please

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 23 Jan 2016

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!