loong8888 / panorama_python

A simiple panorama project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stitching A Panorama from Video in Python

A simiple panorama project, which take a video as input and output a panorama image.

Requirements:

-Anaconda > 5.0 
-Opencv > 3.1   

some functions being used

-scipy.ndimage.filters.gaussian_filter
-numpy.argsort
-numpy.linalg.eig
-cv2.VideoCapture
-cv2.read
-cv2.cvtColor
-cv2.flip

Output


A Chart


Books

References

[1] A. Adams, N. Gelfand, and K. Pulli. Viewfinder alignment.Computer Graphics Forum, 27(2):597–606, 2008.
[2] Kari Pulli, Marius Tico, Yingen Xiong. Mobile Panoramic Imaging System. DOI: 10.1109/CVPRW.2010.5543792

About

A simiple panorama project.


Languages

Language:Jupyter Notebook 100.0%