detect nodes and measure distance
Hi all,
I am trying to detect nodes in a net and extract some features like the distance between nodes (see red arrow below)
How can I detect and measure the distance between a node and its neighbors ?
Here the results I get for now :
Thanks in advance for your help.
Have you try to erode (or openning) your image ? (three iterations with an elliptical shape for morphological operator
It's working with erode and three iterations, Merci beaucoup !
try with openning it could be better