How to find centralized sub image from an image?

2 ビュー (過去 30 日間)
anu
anu 2018 年 1 月 25 日
回答済み: Guillaume 2018 年 1 月 25 日
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 件のコメント
Guillaume
Guillaume 2018 年 1 月 25 日
What is a centralized subimage?
anu
anu 2018 年 1 月 25 日
Dotted one is a centralized image.

サインインしてコメントする。

採用された回答

Guillaume
Guillaume 2018 年 1 月 25 日
Isn't it simply:
centralised_subimage = yourimage(end/4:3*end/4, end/4:3*end/4, :)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeRead, Write, and Modify Image についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by