segment an image into portions..
Show older comments
i have a image, please can someone help me, to segment it into regions
i applied otsu threshold binarization to the image, and got a binary image,
from the binary image is it possible to get the top, bottom, left, right and center regions as a box region...
bw = im2bw(Gray, graythresh(Gray));
2 Comments
Michael Haderlein
on 22 Apr 2015
Do you want to do this based on the color (or grayscale) information or just based on the location?
Elysi Cochin
on 22 Apr 2015
Accepted Answer
More Answers (0)
Categories
Find more on Voronoi Diagram 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!