abhidxt299 / RoManOV

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

Find homography from a chessboard #37

Open abhidxt299 opened 4 years ago

abhidxt299 commented 4 years ago

Scale Invariant Feature Transform (SIFT) is an algorithm primarily used to detect and describe local features in a digital image. You can find more about SIFT in the given link.

Find definite corners by narrowing the output of a Harris Corner Detector with a SIFT Descriptor Classifier and filtering on points that closely snap to high-­‐threshold vertical and horizontal lines obtained by a Hough Transform.

ayush-sharma2601 commented 4 years ago

I'll take up this issue