how to rectify Error related to dddtree2 function in image processing tool box?

3 次查看(过去 30 天)
I have used the function dddtree2 for getting dual tree complex wavelet transform coefficients..
I have used the code as follow
w2=dddtree2('cplxdt',A,3,'FSfarras','qshift10');
here A is the image tile of resolution 256x256 ..
but it is showing the error as follows *Error using dddtree2 (line 158) Invalid argument value X.
Error in tiles (line 30) w2=dddtree2('cplxdt',A,3,'FSfarras','qshift10');*
If I give input image as 512x512 sized and decomposed that image into 256x256 ,128x128,64x64 and so on.. it is showing the above error for 256x256 image tile..
If I give input image as 256x256 sized and decomposed that image into ,128x128,64x64 ,32x32 and so on.. it is showing the above error for 32x32 image tile..
The function dddtree2 is taking the input image ranges from 128x128 and 64x64 image tiles only.. for the rest of the tiles it is showing the above mentioned error....Please do the needful...Thanks in advance for any help...
  2 个评论
Image Analyst
Image Analyst 2017-4-26
The dddtree2() function is not in the Image Processing Toolbox like you said in your subject line.
krishna sravani
krishna sravani 2017-4-27
Yeah..Sorry for inconvenience dddtree2() is under Wavelet Toolbox ...Please solve the error...Thanks in advance for any help..

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Analysis 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by