xiaohongwu / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Harris corner detector #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It is required to implement Harris corner detector. Some information can 
be found here: 
http://en.wikipedia.org/wiki/Corner_detection#The_Harris_.26_Stephens_.2F_P
lessey_corner_detection_algorithm

Original issue reported on code.google.com by andrew.k...@gmail.com on 10 Feb 2007 at 9:17

GoogleCodeExporter commented 8 years ago
One more interesting document:
http://citeseer.ist.psu.edu/smith95susan.html

Original comment by andrew.k...@gmail.com on 10 Feb 2007 at 9:17

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 1 Mar 2010 at 10:26

GoogleCodeExporter commented 8 years ago
There is Harris corner detector implementation.

http://code.google.com/p/accord/source/browse/trunk/Sources/Accord.Imaging/Inter
est%20Points/HarrisCornersDetector.cs

Original comment by igor.aka.ky7m@gmail.com on 2 Aug 2011 at 9:15