sharansahu / Direct-Image-Matching

Utilized OpenCV, ORBDescriptors, FLANN, Homography/Affine Transformations, and a multi-layer convolutional architecture to do direct image matching via feature and key-point matching for scale-variant images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Direct-Image-Matching

Given an image, one may want to identify an embedded image within the given image. This requires the use of an isomorphic transformation of the projective space from one image to the other. In this research, OpenCV, ORB Descriptors, FLANN, Homography/Affine Transformation along with template matching methods were used to do direct image matching via feature and keypoint matching for scale-variant images. ORB was utilized instead of SIFT to keep efficiency and reduce cost. This also included the research of a multi-layer convolutional architecture via DeepMatching

About

Utilized OpenCV, ORBDescriptors, FLANN, Homography/Affine Transformations, and a multi-layer convolutional architecture to do direct image matching via feature and key-point matching for scale-variant images


Languages

Language:Python 96.9%Language:C 2.6%Language:Cython 0.3%Language:PowerShell 0.1%Language:Fortran 0.1%Language:Shell 0.0%Language:Jupyter Notebook 0.0%