Medial axis of an image
Sept. 12, 2019
1:59 p.m.
Dear All, How can I find the medial axis of an image? Any clue is welcome.
September 2019
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#...
2280
Age (days ago)
2280
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jérôme Kieffer -
Nils Wagner