Extracting/Isolating Segmented Objects in scikit-image

Hello Everyone, I've just started working with scikit-image python package for image processing and segmentation. Its cool to learn. I'm getting problem in extracting or simply isolating the segmented objects after running segmentation like quickshift, watershed, slic. How can i do this? Need your help! Thank you, in advance!

Hi Sumesh On Sun, Mar 8, 2015 at 8:17 AM, Sumesh K.C. <rockingsumes@gmail.com> wrote:
I'm getting problem in extracting or simply isolating the segmented objects after running segmentation like quickshift, watershed, slic.
Please have a look at the tutorial at https://github.com/scikit-image/skimage-tutorials Regards Stéfan

Thank you, Stéfan and Emma!
It really helped me to extract the objects after segmentation! (skimage.measure and other subpackages) I'm trying to perform indirect georeferencing of image where the object of interest will be the markers which represent GCP (Ground Control Point). These markers will be segmented and then the centroid of the segmented markers will correspond to the position of GCP in image. Right now, I'm using SLIC algorithm (Simple Linear Iterative Clustering) (skimage.segmentation.slic). According to your opinion, which segmentation algorithm would give better result. (even though the segmentation algorithm to be used depends upon the type/quality of the image) Again, thank you very much! waiting for your response!
participants (2)
-
Stéfan van der Walt
-
Sumesh K.C.