Steger_line_algorithm
Steger_line_algorithm copied to clipboard
Linking algorithm
This implementation only features finding potential line points right? Do you plan to add the linking algorithm or am I missing something?
Hi, This is correct : The code only find "salient" point along line/edge. I didn't plan to add the liking algorithm to create a sort of geometrical model for the moment. Feel free to experiment with it !
(Given the gradient and hessian direction you can recreate the "line" between the point)