Missing samples in image
Afficher commentaires plus anciens

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.
Réponses (1)
Image Analyst
le 9 Jan 2014
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 commentaires
rest12
le 10 Jan 2014
Image Analyst
le 10 Jan 2014
It should look exactly like mine, except that your variable names may be different.
Catégories
En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

