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 7730659
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:16:51+00:00 2026-06-01T06:16:51+00:00

I want to extract FAST features, based on Features2D + Homography to find a

  • 0

I want to extract FAST features, based on Features2D + Homography to find a known object

  SurfFeatureDetector detector( minHessian );

  std::vector<KeyPoint> keypoints_object, keypoints_scene;

  detector.detect( img_object, keypoints_object );
  detector.detect( img_scene, keypoints_scene );

  //-- Step 2: Calculate descriptors (feature vectors)
  SurfDescriptorExtractor extractor;

The classes SurfFeatureDetector and FastFeatureDetector are inherited from Detector and can be exchanged. But I couldn’t find a matching class for SurfDescriptorExtractor I expected to find something like FastDescriptorExtractor but a class like this isn’t available. What seems to be strange is that if I only change the Detector to FastFeatureDetector the example seems to work correctly.

My question is: How should the above sequence look like for Fast features?

  • 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-06-01T06:16:52+00:00Added an answer on June 1, 2026 at 6:16 am

    To my knowledge, there is no FAST feature extractor in OpenCV.
    Unlike SURF, which can be used for both feature detection and feature vector computation, FAST is mainly used for detecting feature points. After getting feature points, you need to use some other feature extractor to generate feature vectors and do the matching.
    Alternatively, if you are concern about speed, in OpenCV 2.3, ORB feature is introduced, which actually uses multi-scale FAST (plus some Harris corner measurement) as its detector. The usage is similar to SURF:

    OrbFeatureDetector detector(n_features);
    
    OrbDescriptorExtractor extractor(patch_size);
    

    You would need to change the matcher in the example to some Hamming distance based matcher. Hope this helps.

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

Sidebar

Related Questions

I want to extract only the leaf nodes from an XMLTYPE object in Oracle
I want extract the path of images from a html page using PHP-preg_match_all(), the
I want to extract only the leaf nodes from an XML document (i.e., only
I want to extract Urdu phrases out of a user-submitted string in PHP. For
i want to extract some text in certain website. here is web address what
I want to extract just the file name portion of a path. My code
I want to extract information of bullets present in word document. I want something
I want to extract valid(on the basis of format) mobile numbers from a text.
I want to extract information from a web page. The page has m nodes,
I want to extract the text information (Chinese) from the images that picked by

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.