Feature detectors identify interest points or keypoints in images that are distinctive and can be reliably detected under changes in illumination, scale, rotation, etc. The main components of feature detection and matching are detection of interest points, description of local appearance around each point, and matching of descriptors across images to identify similar features. Popular algorithms for identifying interest points include Harris corner detection, SIFT, SURF, FAST, and ORB. Feature detection and matching have applications in tasks like object tracking, stereo calibration, motion segmentation, recognition, and reconstruction.