extract_edges_after_segmentation
![](https://secure.gravatar.com/avatar/5a59de4a82f258b3e140c3e2d53ae2c8.jpg?s=120&d=mm&r=g)
<https://lh5.googleusercontent.com/-HJwNDOP7D1U/VP7KITX1mFI/AAAAAAAACXQ/zn1Ph...> Hi there, First of all, many thanks for this very nice and useful package! I just started using the skimage library and I do some image processing in very noisy angiographic data. After some image enhancement in the obtained images, I applied a canny edge detection algorithm implemented in skimage and I came up with the attached image (after dilation and erosion). Do you have any advice on how could I extract only the vessel edges automatically from the image? I looked in examples with labels or binary hole filling but it does not work well for my problem. Many thanks in advance, Giorgos
![](https://secure.gravatar.com/avatar/d9ac9213ada4a807322f99081296784b.jpg?s=120&d=mm&r=g)
Hi Giorgos On Tue, Mar 10, 2015 at 3:41 AM, GiorgosR <giorgosragos@gmail.com> wrote:
Do you have any advice on how could I extract only the vessel edges automatically from the image? I looked in examples with labels or binary hole filling but it does not work well for my problem.
I think once you have gotten to the edge representation it may already be too late. What does your input data look like? Stéfan
participants (2)
-
GiorgosR
-
Stéfan van der Walt