Hello, I applied the "qtgetblk" conversion to a gray image. What code should I use to display the output image?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (2개)
Image Analyst
2022년 2월 27일
I use imshow():
imshow(outputImage, []);
댓글 수: 2
Image Analyst
2022년 2월 27일
What do the 16,012 slices of 4x4 images represent? Surely you don't want 16,012 images.
yanqi liu
2022년 2월 28일
yes,sir,may be view Gonzalez 《Digital image processing》,in image segment chapter,use qtdecomp get result view as
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/909250/image.png)
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!