Questions tagged [medial-axis]

Use for questions related to the computation or/and processing of the medial axis.

The medial axis of an object is the set of all points having more than one closest point on the object's boundary. Originally referred to as the topological skeleton, it was introduced by Blum as a tool for biological shape recognition. In mathematics the closure of the medial axis is known as the cut locus.

Source: Wikipedia

16 questions
-2
votes
1 answer

How to execute skeleton code on different binary images

I want to draw the skeleton of the following image, enter image description here I've tried with the following Python code: usr/bin/env python # coding: utf-8 # # 2D AOF Skeleton #This is a jupyter notebook for 2D AOF Skeletonization code # In[…
1
2