Ask Your Question

pasztord's profile - activity

2020-11-30 01:09:26 -0600 received badge  Good Question (source)
2017-11-19 19:28:21 -0600 received badge  Notable Question (source)
2015-10-26 04:00:44 -0600 received badge  Popular Question (source)
2014-10-06 19:04:47 -0600 received badge  Nice Question (source)
2014-03-01 14:45:41 -0600 received badge  Nice Question (source)
2013-05-01 11:58:17 -0600 received badge  Supporter (source)
2013-04-26 04:44:33 -0600 asked a question Clustering binary descriptors

Is there a way to cluster binary descriptors in opencv? Kmeans and knn accepts float data. Can I convert binary descriptors to float while keeping the information consistent?

2013-04-26 03:48:01 -0600 received badge  Scholar (source)
2013-04-26 03:01:41 -0600 received badge  Student (source)
2013-04-25 11:55:54 -0600 asked a question Matching ORB descriptors with flann LSH on Android

Is it possible to use flannbased LSH matchning with ORB descriptors on Android?

How can I translate this line to java?

FlannBasedMatcher matcher2(new flann::LshIndexParams(20,10,2));