Ask Your Question

hlgirard's profile - activity

2019-05-24 14:37:19 -0600 commented question How to get stats from image segmented with watershed?

Agreed thank you for the suggestion. I ended up going with skimage.regionprops for my application since I had already im

2019-05-21 15:33:48 -0600 commented question How to get stats from image segmented with watershed?

That definitely works to solve the problem. However, it adds an erosion step which modifies the boundaries found by the

2019-05-16 10:18:44 -0600 commented question How to get stats from image segmented with watershed?

Indeed I tried both 4 and 8-way connectivity and also tried all 3 algorithms offered: wu, default, and grana

2019-05-16 08:55:26 -0600 asked a question How to get stats from image segmented with watershed?

How to get stats from image segmented with watershed? It appears that connectedComponents does not separate components t