Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6468959
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T05:56:19+00:00 2026-05-25T05:56:19+00:00

I want to implement a feature-based alignment algorithm using the ORB feature detector and

  • 0

I want to implement a feature-based alignment algorithm using the ORB feature detector and extractor.
So far, I extracted the features using ORB class from OpenCV
ORB orb;
orb(gray_image,Mat(),features.keypoints,features.descriptors);
and matched them using the knnMatch function from openCV matcher.knnMatch(features1.descriptors, features2.descriptors, pair_matches,2);
After that I am trying to find a homography using findHomography function, but this function needs at least 4 matches between the image features, and on most of the images i tested I got less than 4.

Has anybody used this feature? Is there any documentation about it, or about the ORB class from OpenCV(the meaning of the ORB constructor parameters)?

P.S. This is my first question. and I can’t post more than 2 links. For opencv documentation use this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T05:56:20+00:00Added an answer on May 25, 2026 at 5:56 am

    UPDATE: Now it is in the OpenCV documentation, here:
    http://opencv.itseez.com/modules/features2d/doc/feature_detection_and_description.html#orb

    A detailed description of the algorithm is found here: http://www.willowgarage.com/sites/default/files/orb_final.pdf


    It is not mentioned in OpenCV documentation but actually OpenCV has:

    Two types of descriptors:

    • float descriptors:
      • SIFT
      • SURF
    • uchar descriptors:
      • ORB
      • BRIEF

    And corresponding matchers:

    • for float descriptors:
      • FlannBased
      • BruteForce<L2<float> >
      • BruteForce<SL2<float> > //since 2.3.1
      • BruteForce<L1<float> >
    • for uchar descriptors:
      • BruteForce<Hamming>
      • BruteForce<HammingLUT>
      • FlannBased with LSH index //since 2.4.0

    So you need to modify your code to use for example BruteForce<Hamming> matcher for ORB descriptors. It is possible to use L2 or L1 distance for matching uchar descriptors but results will be incorrect and findHomography returns unsatisfactory results.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to implement an ISAPI filter like feature using HttpModule in IIS7 running
I want to implement rich reporting features in one of our asp.net mvc based
I want to implement an autocomplete feature with images in my website. I would
We want to implement a sitemap.xml feature in out CMS system. There is some
I want to implement the command line features like in a linux terminal. I
given this class definition: public class Frame { IFrameStream CapturedFrom; } I want implement
I would like to implement a GA-based feature selection program for an SGI UV
I want to enable drag and drop from our windows forms based application to
I'm using Enterprise Library 4.1. I have a new feature to implement and it
I develop some features based on Eclispe GEF. I want to create a label

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.