Skip to content

Object detection algotrithms such as SIFT, ORB, SURF, Harris Filter and Shi-Tomasi Filters are compared, as a part of a research project

Notifications You must be signed in to change notification settings

wx-se/Object_Detection_Algorithm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Author: Jugal Panchal, Adam King

Course: Computer Vision

Purpose: Research Project

Topic: Object Detecting Filter comparision

Code: Python, OpenCV Library

This project is divided into 2 parts. First one compares the Scale-Invariant Feature Transform (SIFT) Algorithm, Oriented FAST and Rotated BRIEF (ORB) Algorithm and the Speeded Up Robust Features (SURF) Algorithm. Second one compares Shi-Tomasi Filter and the Harris Filter which are widely used filters used in Object Detection.

All these algorithms are only implemented from the existing research and are NOT invented.

------------------- END --------------------

About

Object detection algotrithms such as SIFT, ORB, SURF, Harris Filter and Shi-Tomasi Filters are compared, as a part of a research project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%