Faced the following problem a few months back: Have two sets of curves in Cartesian coordinates, want to find if they intersect and where?
No straight forward solution was available, could find various solution using functions but none available with x, y coordinates.
Solution, found a matlab implementation that did just that, ported it to python. This is a pure python numpy implementation of interaction of two curves.
Example Usage:
Produces the picture at the start of this post. As always the entire code freely available at this github repo.
Few Related Post that you can Learn More
Just very big great huge THANK YOU!!!
LikeLike
Cool! Rally needed this
LikeLike
Many thanks for this!!
LikeLike
Cheers.. Check teh github repo.. ave fixed a bug now..
LikeLike
Pingback: Intersect | SukhbinderSingh.com