Skip to content

Computer Vision - Local Features (HARRIS, MSER, SIFT, PCA-SIFT, GLOH)

Notifications You must be signed in to change notification settings

ErolOZKAN-/ComputerVision-LocalFeatures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComputerVision-LocalFeatures

Feature detection and matching are an essential component of many computer vision applications. It is used for variety of applications for example aligning the two images so that they can be seamlessly stitched into a composite mosaics or establishing a dense set of correspondences so that a 3D model can be constructed. But selecting the features to compare and match the images is a still ongoing search area. There have been many algorithms implemented for this purpose. In this assignment we try to implement and review some algorithms like HARRIS, MSER, SIFT, PCA-SIFT, GLOH and then we test our algorithms in the symfeat dataset that contains image pairs exhibiting a range of dramatic variations in lighting, age, and rendering style.

About

Computer Vision - Local Features (HARRIS, MSER, SIFT, PCA-SIFT, GLOH)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published