How to crop an image using matrices

3 visualizaciones (últimos 30 días)
Arya Gopan
Arya Gopan el 4 de Dic. de 2020
Comentada: Arya Gopan el 6 de Dic. de 2020
I need to crop a certain portion of an image. But the problem is that I want the croped image in the same dimension of the orginal image. I am asked to do this with the help of matrices. How can I do it

Respuesta aceptada

Ameer Hamza
Ameer Hamza el 4 de Dic. de 2020
You can use imcrop(): https://www.mathworks.com/help/images/ref/imcrop.html and then apply imresize(): https://www.mathworks.com/help/images/ref/imresize.html to the cropped image.
  21 comentarios
Arya Gopan
Arya Gopan el 6 de Dic. de 2020
Yes sir I got it.
Thankyou so much.
Arya Gopan
Arya Gopan el 6 de Dic. de 2020
Sir an you help me with finding the inverse fourier transform of the croped image using ifftshift
. I get a blank black ffigure

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by