Ask Your Question

ngocdaothanh's profile - activity

2016-04-18 14:31:10 -0600 received badge  Popular Question (source)
2012-08-27 19:37:43 -0600 asked a question How to use SSSE3?

In freak_demo.cpp, there's this comment:

// MATCHER
// The standard Hamming distance can be used such as
// BruteForceMatcher<Hamming> matcher;
// or the proposed cascade of hamming distance using SSSE3

But how to use SSSE3? It's best if this comment also includes the sample code.

2012-08-27 04:15:26 -0600 asked a question RobustMatcher does not work with FREAK

The RobustMatcher tool in chapter 9 (Matching Images using Random Sample Consensus) of the OpenCV 2 cookbook (http://www.laganiere.name/opencvCookbook/) works for SURF: http://code.google.com/p/opencv-cookbook/source/browse/trunk/Chapter+09/matcher.h

But it does not work for FREAK (just added in OpenCV 2.4.2). How can RobustMatcher be modified to work with FREAK?

2012-08-04 08:26:13 -0600 received badge  Student (source)
2012-08-04 05:36:26 -0600 received badge  Editor (source)
2012-08-03 21:22:44 -0600 asked a question Is FREAK scale and rotation invariant?

I've read news about FREAK in OpenCV 2.4.2. Is FREAK scale and rotation invariant, like SURF? Is it as good as SURF?