-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
return descriptors? #18
Comments
Key points in decoupled/non-decoupled mode can be obtained through the function GetKeypointsResult. There is no relevant interface for matching descriptors, but you can add the Get function in the Extractor_PostProcess function in decoupled mode to obtain it.
|
@OroChippw Thank you. How are these formatted? What i want to do is store the features and descriptors to bin files, for use in a structure from motion pipeline. is
Thank you! |
Okay I have been testing. I have extended an inference function like this:
To return the point and descriptor data. Does this look correct to push it into storage containers?
|
Hi, thank you for this cuda update and the decouple! Question, how can i return the cv::point AND the descriptor from the feature extraction?
Ideally a std vector of cv Keypoints and a cv mat of matching descriptors.
Thanks!
The text was updated successfully, but these errors were encountered: