JA EN

Feature Point

A locally distinctive point in an image, such as a corner or edge intersection, that can be reliably detected and matched across different views for image alignment and tracking.

A feature point (keypoint) is a locally distinctive location in an image that can be reliably detected across different views. Corners, edge intersections, and texture singularities serve as feature points, forming the foundation for image matching, panorama stitching, 3D reconstruction, and object tracking.

Major detection algorithms:

Processing involves detection (locating keypoint coordinates) and description (encoding surrounding patterns as vectors). Matching descriptors between images identifies correspondences. RANSAC removes outliers for geometric verification. Deep learning methods like SuperPoint and LoFTR now surpass traditional approaches in challenging conditions.

Related Terms

Related Articles