필터 지우기
필터 지우기

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 CenterFile Exchange에서 Read, 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