Borrar filtros
Borrar filtros

How to find centralized sub image from an image?

2 visualizaciones (últimos 30 días)
anu
anu el 25 de En. de 2018
Respondida: Guillaume el 25 de En. de 2018
I have an image and divided into 2 * 2 grid. Now I want to get centralized sub-image of the same image so that I can find out the features of the centralized sub-image. How to do it?
  2 comentarios
Guillaume
Guillaume el 25 de En. de 2018
What is a centralized subimage?
anu
anu el 25 de En. de 2018
Dotted one is a centralized image.

Iniciar sesión para comentar.

Respuesta aceptada

Guillaume
Guillaume el 25 de En. de 2018
Isn't it simply:
centralised_subimage = yourimage(end/4:3*end/4, end/4:3*end/4, :)

Más respuestas (0)

Categorías

Más información sobre Read, Write, and Modify Image 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