sadimanna / computer_vision

Matlab Implementation of Harris-Laplace and Harris-Affine Interest Point Detection Algorithms

Home Page:https://github.com/sadimanna/computer_vision

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

computervision

Implementation of various algorithms of Interest Point Detectors in Octave/Matlab(with a few changes)

Store the images in a folder.

Open visual_words.m

Provide the folder path name in place of "imagepath".

And change the paths of the source and destination paths accordingly.

Run visual_words.m.

It calls harris_affine.m.

The rest functions are called from harris_affine.m.

The comments will help understand the function of the function calls.

About

Matlab Implementation of Harris-Laplace and Harris-Affine Interest Point Detection Algorithms

https://github.com/sadimanna/computer_vision

License:GNU General Public License v3.0


Languages

Language:MATLAB 87.1%Language:Python 11.7%Language:M 1.2%