Technical Discussions related to Image Processing (image coding, compression, digital effects, mpeg, etc)
i have started working on image denoising using curvelet transform.if i run the demo program in curvelab toolbox on image processing it shows an error.the error occurs while taking the inverse transform.the error reads like this'undefined function or variable ifdct_usfft_mex'.this function is found inside the function ifdct_usfft.while ifdct_usfft is a matlab file ifdct_usfft_mex is a cpp file.what could be the reason for this error ------------------------------------