Ask Your Question

Taiko's profile - activity

2015-12-20 08:04:39 -0600 asked a question FLANN_INDEX_KDTREE in Android

Hello, I am trying to do the following in android

# FLANN parameters
FLANN_INDEX_KDTREE = 0
index_params = dict(algorithm = FLANN_INDEX_KDTREE, trees = 5)
search_params = dict(checks=50)   # or pass empty dictionary

flann = cv2.FlannBasedMatcher(index_params,search_params)

But I can't seem to find any way to specify the algorithm with a FlannBasedMatcher

I create it the following way : DescriptorMatcher.create(DescriptorMatcher.FLANNBASED)

I've searched high and low, but I can't find the python source code to understand the underlying methods I am trying to call.

Any way to do that ?

Thanks !

2015-12-14 03:20:58 -0600 received badge  Editor (source)
2015-12-14 03:19:04 -0600 answered a question Open CV binary for Android with nonfree
2015-12-14 02:52:10 -0600 commented answer A problem in OpenCV with Android using SURF

Does anyone have some precompiled .so files we could use ?

2015-04-10 10:12:20 -0600 asked a question Open CV binary for Android with nonfree

Hi all,

I am looking for pre-compiled binaries for Open CV Android with the nonfree package.

armv7 would be enough for me, I really don't need all the architectures. (If you have binaries for the normal package I'm interested too)

Do you know where I could find them ?

Thanks !