Alignment and rectification of polylines
-
What are the approaches used for horizontal/vertical alignment and rectification of inaccurately orientated polylines? inaccurately alligned structure I believe as a starting point a graph representation is needed for further processing
Чесноков
-
What are the approaches used for horizontal/vertical alignment and rectification of inaccurately orientated polylines? inaccurately alligned structure I believe as a starting point a graph representation is needed for further processing
Чесноков
Your problem seem to exists of creating 90 or 180 degree angles between all your lines? I dont think theres an algorithem for that. Personally I would do something different, like holding down the shift hey to only allow 90 degree bends: WPF-Drawing Canvas Control[^]
-
What are the approaches used for horizontal/vertical alignment and rectification of inaccurately orientated polylines? inaccurately alligned structure I believe as a starting point a graph representation is needed for further processing
Чесноков
What about creating a grid and moving every point to the nearest valid position? This raises a problem when two points are almost in line, but unfortunately fall into diffferent grid lines. This special case would have to be taken care of manually (and checked after each point aligment performed, as the situation is going to change in time).
Greetings - Jacek