Ask Your Question

soh's profile - activity

2017-08-13 07:50:44 -0600 received badge  Student (source)
2017-02-27 18:18:26 -0600 received badge  Editor (source)
2017-02-27 18:17:42 -0600 asked a question Creating a Histogram

Is it possible in opencv to create a histogram of three counters?

2017-02-01 11:30:26 -0600 commented answer Can you limit the number of Keypoints using sift feature detector?

Would it be possible to take the best 300 key points?

2017-02-01 11:01:23 -0600 commented answer Can you limit the number of Keypoints using sift feature detector?

This that possible with Java ?

2017-01-30 17:23:30 -0600 asked a question 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);