Cropping, segmenting and recombining images

I want to crop an image two to three times, segment each image separately and then recombine them in the manner of the original image.
How can I accomplish this?

Answers (1)

blockproc() ?

7 Comments

I have an image that won't segment a couple of blobs properly because of the background illumination. I want to cut the image in to two pieces and segment the two pieces separately. Then, after I'm satisfied with the segmentation, I want to recombine the images so that we end up with a binary in the form of the original image.
Probably not necessary unless you have a really unusual image - where did you upload it?
If the sectioning can be done by cutting directly across the image, perpendicular to a side, then you can use blockproc(). If, however, the cut is ragged or angled or is a corner, then you will need other techniques
Now it really doesn't look necessary to try what I'm wanting to do, but the bottom half segments nearly perfectly while the top half does not.
Somehow I don't think cutting that image is likely to improve segmentation of the top half.
Well it's so noisy that I don't see background division being too helpful.
I also don't see how blockproc() does what I'm trying to do.

Sign in to comment.

Categories

Find more on Read, Write, and Modify Image in Help Center and File Exchange

Asked:

on 5 Oct 2012

Community Treasure Hunt

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

Start Hunting!