Ask Your Question
0

How to use feature detection in android using ORB

asked 2013-08-02 05:37:14 -0600

newBee gravatar image

Hi I am working on an android project for image matching ? Does anyone have any idea on how to implement feature detection in android ? Any help would be appreciated

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-08-02 05:46:23 -0600

Moster gravatar image

updated 2013-08-02 05:47:03 -0600

It depends on where and how you want to do it.

If you want to do it in c++ only (android ndk), I can recommend checking this example link text

Its taken from the android opencv examples. If you need to use java, then check out the other opencv examples. They show you how to use JNI.

edit flag offensive delete link more

Comments

What is this link, its not opening fully it just shows a website ?? can you give some codes or examples or tuts ?

newBee gravatar imagenewBee ( 2013-08-02 06:39:25 -0600 )edit

Actually its a link to a download hoster with a sample project. (mega,co.nz) But you can also find that on your own. Just download opencv for android, extract it, go to samples and check out "native-activity". Its the same

Moster gravatar imageMoster ( 2013-08-02 07:11:04 -0600 )edit

Question Tools

Stats

Asked: 2013-08-02 05:37:14 -0600

Seen: 2,334 times

Last updated: Aug 02 '13