Skip to content

Uses a SIFT descriptor as implemented in OpenCV to find the keypoints in the database images.

Notifications You must be signed in to change notification settings

nhrade/image-similarity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Image Similarity

Final project for CS 4363 Computer Vision Fall 2018

Uses a SIFT descriptor as implemented in OpenCV to find the keypoints in the database images, and then compares them to the comparison image descriptor. Then uses a nearest neighbors comparison to match up keypoints, and calculate the image similarity.

About

Uses a SIFT descriptor as implemented in OpenCV to find the keypoints in the database images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages