Skip to content

FinleyPan/CornerAndEdgeDetector

Repository files navigation

lena_res boldt_res

Introduction

This is a MATLAB implementation for Harris corner detector and edge detector based on sobel kernel. It partially referred to the implementation of OpenCV, and see this tutorial for more details.

Features

  • method of Harris
  • method of Shi-Tomasi
  • non-maximum suppression
  • subpixel accuracy
  • immune to corner clustering

How to run

Prerequisite: matlab 2014b or higher.
run demo.m in Matlab Command Window.

Literature

Harris, C., & Stephens, M. (1988, August). A combined corner and edge detector. In Alvey vision conference (Vol. 15, No. 50, pp. 10-5244).
Shi, J., & Tomasi, C. (1993). Good features to track. Cornell University.

About

A set of from-scratch MATLAB scripts for detecting Harris corners and edges

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages