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

  • SEARCH
  • Home
  • 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 6664217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:35:10+00:00 2026-05-26T02:35:10+00:00

I have extracted the SIFT feature descriptors in OpenCV.. Next step to me is

  • 0

I have extracted the SIFT feature descriptors in OpenCV.. Next step to me is to train an SVM but before that step, I think I need to save the extracted features in a file, in order to train these features…

So my questions are: 1- how to save these matrices?
2- I would like to know what to do about the features, I extracted features for one image, but I need to extract features for many images in different pose for one object (e.g cola) and save them in one file…

Do you have any idea, how to do that in opencv?

Thank you…

  • 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-26T02:35:10+00:00Added an answer on May 26, 2026 at 2:35 am
    1. If you would like to save an OpenCV Mat to file have a look at the FileStorage class they provide. For your purposes it might look something like:

      FileStorage fs("features.yml", FileStorage::WRITE);
      
      Mat colaFeaturesXYZ;
      
      // compute SIFT features vectors to colaFeaturesXYZ;
      
      fs << "cola_pose_xyz" << colaFeaturesXYZ;
      
    2. If you want to store these features in a database for later searching you might consider having a look at the bagofwords_classification.cpp sample provided by OpenCV. This may have all the functionality you are looking for.

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

Sidebar

Related Questions

I'm trying to implement SVM in opencv for features that I have extracted features
I have extracted data to a data frame with mixed format dates that need
I have extracted SIFT features in (opencv open source) and they are extracted as
I have extracted a MAC address into a char* array such that each section
Given that I have a variable $peopleSize in the format (I've already extracted the
I have a batch file that I need to run within my NSIS installer.
I have extracted fonts from pdf but they have extension like font.pfa how can
I have a modal that I have extracted into a partial in my shared
I have a type library called MyCOMAddin.tlb , that I have extracted using tlbexp.exe
I have some text that I have extracted from a PDF document that has

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.