Medial axis of an image
12 Sep
2019
12 Sep
'19
1:59 p.m.
Dear All, How can I find the medial axis of an image? Any clue is welcome.
12 Sep
12 Sep
7:46 p.m.
On Thu, 12 Sep 2019 15:59:01 +0200 Nils Wagner via scikit-image <scikit-image@python.org> wrote:
Dear All, How can I find the medial axis of an image? Any clue is welcome.
Transpose the image horizontally and vertically and correlate with the original. Here is an implementation: https://github.com/scikit-beam/scikit-beam/blob/master/skbeam/core/image.py#...
1925
Age (days ago)
1925
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jérôme Kieffer
-
Nils Wagner