alicevision/popsift

I recently thought of using the inbuilt match function of popsift, but getting segmentation error in that step[bug]

kunalkhosla93 opened this issue · 4 comments

Describe the bug
Segmentation error in step lFeatures->match(rFeatures);

To Reproduce
I am using nsight eclipse, i linked the libpopsift library with my application and it compiled successfully. My mode was changed to Matching mode as per the norm:
But the program crashes with segmentation fault on the matching step. Wonder why that is? Any leads will be appreciated.

Desktop (please complete the following and other pertinent information):

  • OS: [e.g. Cross compiled method, host x86_64, target: jetson tx2 ]
  • PopSift version: Master repository from this link

Does the libpopsift.a library cme with match function?

PopSift has an experimental brute-force matching function that is not faster than existing heuristic matchers for the CPU.

You can see how to call it by reading popsift-match. You have to write your own code for getting those matches from the GPU to the CPU, and it would be much appreciated if you could contribute that code to the project.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale commented

This issue is closed due to inactivity. Feel free to re-open if new information is available.