how to separate the image given below
1 view (last 30 days)
Show older comments
i want to separate the image in four parts
0 Comments
Answers (2)
Image Analyst
on 12 Mar 2015
How about
upperLeft = grayImage(1:rows/2, 1:columns/2);
and so on?
4 Comments
See Also
Categories
Find more on Convert Image Type in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!