Ask Your Question
0

How do you account for the spherical distortion of Optical Flow estimation in equirectangular images?

asked 2020-11-07 16:32:57 -0600

How would one use any of OpenCV's Optical Flow algorithms on a 360 degree panorama video stored in an equirectangular projection?

Doing this regularly would not account for the distortion, I think. Additionally how would one make sure there are no seams in the resulting optical flow field along the edges of this equirectangular projected image?

Take this video for example: https://www.youtube.com/watch?v=0Fz82...

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-11-12 07:36:55 -0600

crackwitz gravatar image

updated 2020-11-12 07:38:08 -0600

video of moving clouds? you could change the projection so the view is pointing up

if you actually need a spherical flow field, you could take several different projections so you cover the whole sphere, calculate flow fields, and then scale the flow fields so that you get proper angles and magnitudes on the sphere. yes, that involves some math on a sphere and whatever projection model you're using.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-11-07 16:32:57 -0600

Seen: 533 times

Last updated: Nov 12 '20