Ask Your Question

Dail's profile - activity

2020-08-05 22:50:26 -0600 received badge  Nice Answer (source)
2020-07-24 12:27:51 -0600 received badge  Teacher (source)
2020-07-24 10:52:03 -0600 edited answer GridAdaptedFeatureDetector missing in OpenCV 3.0??

Instead, you might be interested in in a recent paper "Efficient adaptive non-maximal suppression algorithms for homogen

2020-07-24 10:50:46 -0600 commented question Adaptive non maximal suppression for keypoints distribution Java?

@gi Alternatively, you can just use SSC algorithm with Java implementation available.

2020-07-24 10:48:34 -0600 commented answer ORB keypoints distribution over an image

@gi Java implementation is coming to the SSC algorithm. Currently under PR review.

2020-07-24 10:46:51 -0600 edited answer ORB keypoints distribution over an image

There is a recent paper that tackles the problem of homogeneous keypoint distribution on the image. C++, Python, Java, a

2020-07-24 10:46:51 -0600 received badge  Editor (source)
2020-03-20 10:18:32 -0600 received badge  Necromancer (source)
2018-05-10 02:05:17 -0600 answered a question ORB keypoints distribution over an image

There is a recent paper that tackles the problem of homogeneous keypoint distribution on the image. C++, Python, and Mat

2018-02-26 23:54:09 -0600 received badge  Necromancer (source)
2018-02-26 23:46:06 -0600 answered a question GridAdaptedFeatureDetector missing in OpenCV 3.0??

Instead, you might be interested in in a recent paper that tackles the problem of homogeneous keypoint distribution on t

2014-03-11 15:50:37 -0600 received badge  Student (source)
2014-03-08 23:40:42 -0600 asked a question [Cascade Classifier Training]

After the opencv_traincascade application has finished its work, the trained cascade is saved in cascade.xml. Is it possible to combine haarcascade_frontalface_alt2.xml and newly made cascade.xml in one xml file?