how to separate the image given below

1 view (last 30 days)
tina jain
tina jain on 12 Mar 2015
Edited: Dimitri on 12 Mar 2015
i want to separate the image in four parts

Answers (2)

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

Sign in to comment.


Dimitri
Dimitri on 12 Mar 2015
Edited: Dimitri on 12 Mar 2015

Categories

Find more on Convert Image Type in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!