pyoptflow icon indicating copy to clipboard operation
pyoptflow copied to clipboard

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

Open zbeekman opened this issue 5 years ago • 1 comments

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!

zbeekman avatar Dec 19 '19 22:12 zbeekman

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

scivision avatar Oct 18 '21 06:10 scivision