Page 1 of 1

Is there a function do connected component labeling?

Posted: 2007-01-23T12:30:28-07:00
by xinito
Is there one implemented in C++API?

Thaks.

Posted: 2007-01-23T18:28:03-07:00
by anthony
Hmmm more information needed.

Component Labling??? ImageMagcik deals with images, not components so you will need to explain yoursefl a little better.

Posted: 2007-01-24T10:46:58-07:00
by xinito
sorry about the confusion.

connected component labeling, I mean, for instance, there is a binary image. can we label each connected white regions. or even further, count how many connected white regions,where are their bounding boxes, etc?

if you have used matlab before, you might know bwlabel. does imagemagick have something like that?

Posted: 2007-01-24T22:00:06-07:00
by anthony
ImageMagcik isn't matlab. Currently it is missing techniques for looking for specific areas within the image other than basic colors.

Don't know about matlab. If you have a pointer to a matlab example it may help.