Top "Orb" questions

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

How to apply RANSAC on SURF, SIFT and ORB matching results

I'm working on image processing. I want to match 2D Features and I did many tests on SURF, SIFT, ORB.…

opencv feature-extraction orb ransac feature-descriptor
Running python script in Laravel

So, I am trying to run a python script in my Laravel 5.3. This function is inside my Controller. This simply …

php python exec shell-exec orb
C++ - OpenCV feature detection with ORB

I'm trying to extract and match features with OpenCV using ORB for detecting and FLANN for matching, and i get …

c++ opencv orb flann
OpenCV Orb not finding matches once rotation/scale invariances are introduced

I am working on a project using the Orb feature detector in OpenCV 2.3.1 . I am finding matches between 8 different images, 6 …

c++ opencv computer-vision photogrammetry orb
BFMatcher match in OpenCV throwing error

I am using SURF descriptors for image matching. I am planning to match a given image to a database of …

python opencv surf orb
OpenCV - Use FLANN with ORB descriptors to match features

I am using OpenCV 3.2 I am trying to use FLANN to match features descriptors in a faster way than brute …

c++ opencv orb flann feature-descriptor
FLANN error in OpenCV 3

I am running Ubuntu 14.04. I am trying to run FLANN with openCV 3 but I get an error. Everything bellow was …

c++ opencv orb flann
ORB is not detecting keyPoints in opencv 2.4.9

I'm trying to detect keypoints with ORB everything is fine until I switched to Opencv 2.4.9. Firts, it seems that the …

c++ opencv feature-detection orb
How to get efficient Result in ORB using opencv 2.4.9?

int method = 0; std::vector<cv::KeyPoint> keypoints_object, keypoints_scene; cv::Mat descriptors_object, descriptors_scene; cv::ORB …

c++ opencv image-processing orb
how to improve orb feature matching?

I am trying to register two binary images. I used opencv orb detector and matcher to generate and match feature …

c++ opencv feature-detection surf orb