process of ORB algorithm in OpenCV

asked 2016-04-12 08:40:18 -0600

ivan gravatar image

Dear great OpenCV community

I am a computer science bachelor student. Presently, I am using OpenCV 3.0.0 and Android Studio to make an markerless augmented reality android app for my thesis. For the object detection in markerless, I use ORB algorithm. And I want to see and know the process of how ORB works.

Where can I find how ORB works?

Any suggestion will be helpfull. Thanks.

edit retag flag offensive close merge delete

Comments

1
berak gravatar imageberak ( 2016-04-12 08:45:40 -0600 )edit

thanks for your suggestion. But if I want to see the code of ORB algorithm and how ORB process an image in opencv, where can I find it?

ivan gravatar imageivan ( 2016-04-12 08:53:42 -0600 )edit
2
berak gravatar imageberak ( 2016-04-12 08:56:11 -0600 )edit
1

Why not start by read the ORB paper? Google scholar is your friend.

Der Luftmensch gravatar imageDer Luftmensch ( 2016-04-12 10:13:50 -0600 )edit

yes, of course. But if I want to see the source code of ORB algorithm, in order that I can learn it too

thanks for your suggestion

ivan gravatar imageivan ( 2016-04-12 10:47:05 -0600 )edit