What is the difference between feature detection and descriptor extraction?

Viewed 28866

Does anyone know the difference between feature detection and descriptor extraction in OpenCV 2.3?

I understand that the latter is required for matching using DescriptorMatcher. If that's the case, what is FeatureDetection used for?

2 Answers
Related