Training Kd tree for object detection android

asked 2013-11-15 04:36:57 -0600

viratan gravatar image

updated 2013-11-15 12:37:32 -0600

berak gravatar image

I am working on real time object recognition using Opancv4android, i am able to detect, extract feature points using ORB detector and descriptor extractor from the image i capture using camera . Now, i want to build a Kdtree and train them with these feature points and later i match these feature points in the tree with feature points detected by the camera in real time and recognizance the object . Please help me on how do i go about building a KD tree in opencv or any pointers or references/tutorials on KDtree for opencv will be very helpful.

edit retag flag offensive close merge delete