Ask Your Question
0

Finding Co-ordinates for the Image below

asked 2014-11-04 07:01:37 -0600

jakr13 gravatar image

updated 2014-11-04 07:02:09 -0600

Co-ordinate_Image

Hi everyone,

I have the above image and I now wanted to find the four co-ordinates as shown in the pic. I know to find the co-ordinates of rectangle, but I dont know how to do for this. any suggestions will be highly appreciated!!!

Thanks in advance!!!

Jakr13

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-11-04 07:13:44 -0600

I'd use houghlines (cv::HoughLinesP). This should give you the endpoints of each segment.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-11-04 07:01:37 -0600

Seen: 94 times

Last updated: Nov 04 '14

Related questions