abhidxt299 / RoManOV

This repository consists of resources and work done in the automation aspect of RoManOV.
MIT License
8 stars 8 forks source link

Apply regressions to find board-image homography #38

Open abhidxt299 opened 4 years ago

abhidxt299 commented 4 years ago

This is a continuation of issue #37 .

Here, you have to develop a RANSAC-like algorithm with linear and geometric regressions to find indices of vertical and horizontal lines from the Hough transform and assign each remaining image point to an integer pair representing a board point.

04RR commented 4 years ago

I'll take up this issue.