Is there one implemented in C++API?
Thaks.
Is there a function do connected component labeling?
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Hmmm more information needed.
Component Labling??? ImageMagcik deals with images, not components so you will need to explain yoursefl a little better.
Component Labling??? ImageMagcik deals with images, not components so you will need to explain yoursefl a little better.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
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?
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?
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
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.
Don't know about matlab. If you have a pointer to a matlab example it may help.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/