I read OpenCV SURF manual "ExtractSURF" at http://opencv.willowgarage.com/documentation/python/feature_detection.html
as I understand, this function automatically looks for SURF features on the image.
In many cases, the user wants to feed those features (detected by other algorithms) to this function to get the SURF descriptors for these points. But I think the function (ExtractSURF) doesn't support that. Am I right?? it is fixed with SURF features it find out
Is there any resolution for this??
Thanks