Ask Your Question

batlike's profile - activity

2016-01-25 20:20:45 -0600 received badge  Supporter (source)
2016-01-24 18:58:01 -0600 asked a question Measuring length of skeletonized features

In the images I am analyzing, tiny "filaments" (the medial axis of "blobs") span the space of the window. Is there a function to extract the length of each individual feature? I've tried findContours but unfortunately it doesn't recognize these skeletonized features.

image description.

2015-12-14 00:37:46 -0600 commented answer Fitting lines on small pixel clusters

No, the difficult lies in recognizing that what appears to be dots are in fact "segments" a few pixels in length. I want to fit lines across each tiny pixel cluster

2015-12-09 22:35:33 -0600 asked a question Fitting lines on small pixel clusters

Is there an existing function in OpenCV that allows line-fitting across the major axis of bright pixel clusters? (see below) I want to automate the detection of short filaments in a series of images.

I have tried fitting the minimum bounding box around these features, but with little accuracy. I also found skeletonizing (using the Zhang-Suen method) these features quite difficult, as it seems to connect what used to be distinct pixel clusters.

image description