Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krutikabapat authored Feb 9, 2019
1 parent 2c955f2 commit 53dcf43
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# Video-Panorama
Video Panorama using OpenCV


## Reference paper:-

1. https://pdfs.semanticscholar.org/0dab/05ef70923ac0c0bf5aaff51f8db14901f487.pdf.


## Steps to create video Panorama:-

1. Ectract feature in individual frame.
2. Match features using RANSAC algorithm.
3. Match the images crossing the threshold value of matched features.
4. Stitch the Image (frames) in the video.

0 comments on commit 53dcf43

Please sign in to comment.