Top "Orb" questions

Oriented FAST and Rotated BRIEF (orb) - A less computationally intensive key point detection and descriptor than SIFT.

OpenCV feature matching multiple objects

How can I find multiple objects of one type on one image. I use ORB feature finder and brute force …

opencv image-processing computer-vision orb
OpenCV filtering ORB matches

I am using the ORB feature detector to find matches between two images using this code: FeatureDetector detector = FeatureDetector.create(…

java opencv feature-detection orb
How to calculate % score from ORB algorithm?

I am using the ORB algorithm of OpenCV 2.4.9 with Python to compare images. The ORB algorithm does not return the …

python opencv image-processing computer-vision orb
How to init ORB from property file?

I would like to init my ORB from property file (normally I init it like this, while running my examples: ./…

java initialization corba orb