Skip to content
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

Random question: Would this be suitable for real-time state estimation tasks? #4

Open
zbeekman opened this issue Dec 19, 2019 · 1 comment

Comments

@zbeekman
Copy link

Basically, I'm wondering if you could combine optical flow data from a camera with other sensor data using something like a KF or UKF. The application would be model aircraft, drones or stabilized model rockets. So the optic flow should be due primarily to rotations, translations and perspective effects. The camera would be aligned with one of the vehicles axes and could look at just rotation about that axis, for example.

Basically I'm wondering how fast it is, and if there is a way that you could feed it live data from a camera.

Obviously, I could hunt through the code, so answers that are equally as lazy as my question are welcome, haha!

@scivision
Copy link
Owner

I haven't compared it against modern "single camera" techniques. Probably want to use a C implementation.

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

No branches or pull requests

2 participants