2017-06-03 07:14:54 -0600 | received badge | ● Famous Question (source) |
2015-02-25 03:14:57 -0600 | received badge | ● Notable Question (source) |
2014-06-10 10:52:16 -0600 | received badge | ● Student (source) |
2014-05-06 10:25:22 -0600 | received badge | ● Popular Question (source) |
2013-03-30 19:30:37 -0600 | commented question | How to match ORB descriptors with flann LSH? @sammy: i see that post. but the method there doesn't work for me :( |
2013-03-29 07:44:48 -0600 | commented question | How to match ORB descriptors with flann LSH? thanks for the quick response Steven. i just edited my post. I think the error is with flann matcher. The BFMatcher works fine for me. |
2013-03-29 07:32:54 -0600 | received badge | ● Editor (source) |
2013-03-29 07:31:37 -0600 | asked a question | How to match ORB descriptors with flann LSH? I want to match ORB descriptors extracted from two images with the code below: but there is compile error saying: terminate called after throwing an instance of 'cvflann::anyimpl::bad_any_cast'. In this post i see that people say this is a bug and the fix is given. However, the fix does not work for me. In fact, the fix is a small modification about lsh_index.h, but according to my understanding, this file is not used at all. "opencv2/features2d/features2d.hpp" includes "opencv2/flann/miniflann.hpp", but i see no inclusion about lsh_index.h in that file. btw, i'm using opencv2.4.2 |