how to rectify Error related to dddtree2 function in image processing tool box?
2 次查看(过去 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
2017-4-26
The dddtree2() function is not in the Image Processing Toolbox like you said in your subject line.
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!