Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Added getter for tracking state #399

Closed
wants to merge 476 commits into from
Closed

Conversation

laxnpander
Copy link

When using OpenVSLAM as a library for an application, accessing the tracker state is one of the most fundamental information. It decides whether or not I can perform my own algorithms or not. Due to the fact, that the "image feeding"-functions always return a matrix, even though tracking was lost, it is very laborious to check if I can use the pose or not. Checking the state of the tracking should be as easy as calling a simple getter.

shinsumicco and others added 30 commits June 24, 2019 15:17
Use SSE instructions for point rotation in ORB extraction
…sher

Compatible with the new API of util/image_util.h
@shinsumicco
Copy link
Collaborator

@laxnpander
Thanks!
Could you rebase your pull-request branch to the latest master one?

@laxnpander
Copy link
Author

@shinsumicco: Should be done!

@j-p-e
Copy link

j-p-e commented Oct 16, 2020

seconded - can we merge ?

@laxnpander
Copy link
Author

I know you guys are probably busy, but such a small modification shouldn't take 3 months to merge... what can we do to help progress faster?

@dwiel
Copy link

dwiel commented Jan 22, 2021

ready to merge?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.