Draw line between plants on Farm Field Image

Your question is a bit ambiguous, what does the image look like? It depends if the image is done from a top-down view or a simple perspective because you would have to convert px to meters. My approach would be to perform colour detection or blob detection (in this case your plants) and find their midpoints. Hope this helps.

1 Like