How to find centralized sub image from an image?

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 Comments

What is a centralized subimage?
Dotted one is a centralized image.

Sign in to comment.

 Accepted Answer

Isn't it simply:
centralised_subimage = yourimage(end/4:3*end/4, end/4:3*end/4, :)

More Answers (0)

Categories

Asked:

anu
on 25 Jan 2018

Answered:

on 25 Jan 2018

Community Treasure Hunt

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

Start Hunting!