フィルターのクリア

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.

回答 (2 件)

Image Analyst
Image Analyst 2022 年 2 月 27 日
I use imshow():
imshow(outputImage, []);
  2 件のコメント
javad danesh
javad danesh 2022 年 2 月 27 日
My image is like this. How can I display it as a image?
Image Analyst
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
yanqi liu 2022 年 2 月 28 日
yes,sir,may be view Gonzalez 《Digital image processing》,in image segment chapter,use qtdecomp get result view as

Community Treasure Hunt

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

Start Hunting!

Translated by