Hi, I'm using SIFT feature detector in Java.
FeatureDetector detector = FeatureDetector.create(FeatureDetector.SIFT);
I would like to configure some parameters (tresholds, such as here) to get less keypoints.
How can I do that?
1 | initial version |
Hi, I'm using SIFT feature detector in Java.
FeatureDetector detector = FeatureDetector.create(FeatureDetector.SIFT);
I would like to configure some parameters (tresholds, such as here) to get less keypoints.
How can I do that?
2 | No.2 Revision |
Hi, I'm using SIFT feature detector in Java.
FeatureDetector detector = FeatureDetector.create(FeatureDetector.SIFT);
I would like to configure some parameters (tresholds, such as here) to get less keypoints.
How can I do that?