CornerFilter
CornerFilter[image] computes a measure for the presence of a corner for each pixel in image and returns the result as an intensity image.
CornerFilter[image,r] detects corners at a pixel range r.
Examples
img = ExampleData[{"TestImage", "Lena"}];
CornerFilter[img]Please visit the official Wolfram Language Reference for more details.