Home > Software engineering >  How to evaluate the coordinates of two intersecting curve?
How to evaluate the coordinates of two intersecting curve?

Time:09-18

A single linear or straight line can use findContours disjoint outline of search, find online, the coordinates of points but when straight line intersection, how to calculate the line the coordinates of the point?
This figure, for example, there are four single pixel curve, how to extract various online the coordinates of the point?

CodePudding user response:

Two for loop, determine different curve equals the x and y coordinates, at the same time is the intersection point
  • Related