blob coloring (or LABEL_REGION in IDL)

T

TrentDavey

I thought I'd see if anyone has any canned functions/methods or "good
ideas" before I wrote code to do this. Given a 2D bilevel (zero's and
non-zero values) array (image), a mask of the same size is returned
where each element (pixel) is given a unique region/blob value. Each
region/blob is a set of non-zero elements (pixels) surrounded by
zeroes. This is done by the LABEL_REGION function in IDL.
 
A

ara.t.howard

I thought I'd see if anyone has any canned functions/methods or "good
ideas" before I wrote code to do this. Given a 2D bilevel (zero's and
non-zero values) array (image), a mask of the same size is returned
where each element (pixel) is given a unique region/blob value. Each
region/blob is a set of non-zero elements (pixels) surrounded by
zeroes. This is done by the LABEL_REGION function in IDL.

i'm doing a lot of this stuff using the vigra toolkit

http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/

i've been trying to hook it into narray, but have not had time.

can i ask what your doing exactly?

-a
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top