Must be used for extracting features from an image using OpenCV. Features are expressed in the form of points in OpenCV. A collection of feature points is called a descriptor. There are many algorithms to perform the same.
THIS LINK provides a list of available feature extracting algorithms in OPenCV. There is FAST, ORB, BRISK, etc. to name a few.