FeatureFinder can use the SURF algorithm because it is implemented using the FeatureDetector. Whatever you use, you are actually getting the same SURF implementation, just a different interface.
FeatureFinder has an interface compatible with the pipeline, while FeatureDetector has an interface to match the structure of 2d functions.
Bull
source share