Ask Your Question

mualloc's profile - activity

2016-03-28 16:00:41 -0600 received badge  Supporter (source)
2016-03-28 16:00:39 -0600 received badge  Scholar (source)
2016-03-26 20:21:48 -0600 asked a question OpenCV Java 2.4.9 vs 3.1.0 BRISK Implementation

When I compared simple grayscale images with OpenCV Java 3.1 on Windows with BRISK detector, extractor and BRUTEFORCE_HAMMING matcher I got perfect results but then I tried the same code with 2.4.9 version number of correct matchings has significantly decreased. I also noticed number of keypoints and their descriptors has significantly decreased.

So I wonder can BRISK implementation has changed that much or is there a possibility that I missed to implement?

2016-03-22 09:58:41 -0600 asked a question How to create BRISK Feature Detection with Parameters on OpenCv Java 2.4.9

I know there are constructors for BRISK in OpenCv C++ so that one can set up threshold,octave,scale values but I can't find a similar thing on OpenCv Java. I know there is create() method to create BRISK but cannot set up values such as threshold and octave on Java.

How can I achieve this on OpenCv Java 2.4.9, is it possible?