What is used to detect corner points in an image?
Moravec corner detection algorithm
The algorithm tests each pixel in the image to see if a corner is present, by considering how similar a patch centered on the pixel is to nearby, largely overlapping patches.