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.
- method of Harris
- method of Shi-Tomasi
- non-maximum suppression
- subpixel accuracy
- immune to corner clustering
Prerequisite: matlab 2014b or higher.
run demo.m
in Matlab Command Window.
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.