Using OpenCV to use great circle plots for horizon detection

By taha No comments

Now that we have a way to plot great circles on to equirectangular planes, how do we use that to detect the pitch and roll of the camera and consequently stabilise the video? Draw Curves First, we need to draw the curves as opencv images: We calculate the curves according to the roll and pitch […]

Python for Great Circle Projections – Part 2

By taha No comments

Python to plot projections of great circles on to equirectangular planes