How to Determine the Center of Two Curvilinear Lines and Display the Points on a Windows Form Picture Box using OpenCV?
I’m trying to find a way to determine the centre point between two lines, at different positions, using OpenCV in C#. In Roborealm, I achieved this using the edge_probe technique, as illustrated in the second image. Now, I want to replicate this functionality in C# using OpenCV with the first image. I need multiple centre points so that I can get an average value for the centre, because the lines aren’t straight.