how use 3D Curvelet in CURVELAB?

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

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.
could you tell me how to compile curvelet toolbox correctly,please

Sign in to comment.

Categories

Asked:

on 26 May 2015

Commented:

on 28 Jul 2017

Community Treasure Hunt

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

Start Hunting!