Feature Detection
Using a variety of state-of-the-art methods, Mathematica provides immediate functions for detecting and extracting features in images and other arrays of data. Mathematica supports specific geometrical features such as edges and corners, as well as general keypoints that can be used to register and compare images.
Edge and Line Detection
EdgeDetect — detect edges in an image using Canny and other methods
Points-of-Interest Detection
ImageKeypoints — find keypoints and associated feature vectors in an image
CornerFilter — compute a measure for the presence of a corner
Region Detection
MORE ABOUT