how to separate the image given below

조회 수: 2 (최근 30일)
tina jain
tina jain 2015년 3월 12일
편집: Dimitri 2015년 3월 12일
i want to separate the image in four parts

답변 (2개)

Image Analyst
Image Analyst 2015년 3월 12일
How about
upperLeft = grayImage(1:rows/2, 1:columns/2);
and so on?
  댓글 수: 4
tina jain
tina jain 2015년 3월 12일
ok i got it. Let me try this
tina jain
tina jain 2015년 3월 12일
its working. thanks a ton.

댓글을 달려면 로그인하십시오.


Dimitri
Dimitri 2015년 3월 12일
편집: Dimitri 2015년 3월 12일

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by