Hello, I applied the "qtgetblk" conversion to a gray image. What code should I use to display the output image?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello, I applied the "qtgetblk" conversion to a gray image. What code should I use to display the output image? Thank you for your help.
0 commentaires
Réponses (2)
Image Analyst
le 27 Fév 2022
I use imshow():
imshow(outputImage, []);
2 commentaires
Image Analyst
le 27 Fév 2022
What do the 16,012 slices of 4x4 images represent? Surely you don't want 16,012 images.
yanqi liu
le 28 Fév 2022
yes,sir,may be view Gonzalez 《Digital image processing》,in image segment chapter,use qtdecomp get result view as
0 commentaires
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!