Can you limit the number of Keypoints using sift feature detector?
Is it possible to limit the number of key points using SIFT or should I use a different type of detector? FeatureDetector featureDetector = FeatureDetector.create(FeatureDetector.SIFT);