Borrar filtros
Borrar filtros

Missing samples in image

2 visualizaciones (últimos 30 días)
rest12
rest12 el 9 de En. de 2014
Comentada: Image Analyst el 10 de En. de 2014
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.

Respuestas (1)

Image Analyst
Image Analyst el 9 de En. de 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 comentarios
rest12
rest12 el 10 de En. de 2014
I find the solution.
Image Analyst
Image Analyst el 10 de En. de 2014
It should look exactly like mine, except that your variable names may be different.

Iniciar sesión para comentar.

Categorías

Más información sobre Images en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by