Vaibhav
Vaibhav

Reputation: 703

detecting lines and their positions in an image

I simply want to find a line in my image and its details like the starting pixel and length.I have looked into many methods but am getting only more and more confused. My image is as simple as

something drawn by me

My goal is to detect the line and draw something like a ball or square on it. I am using openCV and trying to do this on android.

Upvotes: 1

Views: 289

Answers (1)

Haris
Haris

Reputation: 14043

You could use OpenCV Contours to segment the line and

Upvotes: 1

Related Questions