Missing samples in image

Can any body guide me how to convert image and its DFT like the above one using MATLAB. The region in black means that the value of these pixels is 0.

回答 (1 件)

Image Analyst
Image Analyst 2014 年 1 月 9 日

0 投票

Make a binary image which is true where there is supposed to be black pixels and false where there is the gray. Then just zero out your image at the true locations
yourImage(binaryImage) = 0;

3 件のコメント

rest12
rest12 2014 年 1 月 10 日
編集済み: rest12 2014 年 1 月 10 日
No actually I want to convert below right image (which is my input image) in to left image which is my output. How can I do that?
rest12
rest12 2014 年 1 月 10 日
I find the solution.
Image Analyst
Image Analyst 2014 年 1 月 10 日
It should look exactly like mine, except that your variable names may be different.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeConvert Image Type についてさらに検索

質問済み:

2014 年 1 月 9 日

コメント済み:

2014 年 1 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by