how to rectify Error related to dddtree2 function in image processing tool box?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Image Analyst
le 26 Avr 2017
The dddtree2() function is not in the Image Processing Toolbox like you said in your subject line.
Réponses (0)
Voir également
Catégories
En savoir plus sur Wavelet Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!