Gil Gonçalves
2014-04-09 13:58:17 UTC
Hi,
I'm trying to dilate a binary image with a large structuring element using
dilate.
se=ones((200,200),uint8)
If I use cv2.dilate no problem at all, but with mahotas.dilate the computer
sucks.
Another question is how to find the largest connected component in a
labeled image.
Using matlab I use the property PixelIdxList to get the pixel list of the
connected components. But with mahotas I don't know I to get these list.
Thanks for the possible help.
gil
I'm trying to dilate a binary image with a large structuring element using
dilate.
se=ones((200,200),uint8)
If I use cv2.dilate no problem at all, but with mahotas.dilate the computer
sucks.
Another question is how to find the largest connected component in a
labeled image.
Using matlab I use the property PixelIdxList to get the pixel list of the
connected components. But with mahotas I don't know I to get these list.
Thanks for the possible help.
gil
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.