-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c955f2
commit 53dcf43
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |