/Real-time-Video-Mosaic

An implemetation of automatic panorama using opencv in C++

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Real-time-Video-Mosaic

(Real-time video stabilization and mosaicking for monitoring and surveillance )

This project has been done under supervision of: Dr. Hadi Moradi

Advanced Robotics and Intelligent Systems

University of Tehran, Iran


This program can work with live camera/webcam or a recorded video. You can read the manual to know how to feed a video stream to it or use a live camera. For live camera, it may not be robust. The output is related to quality of the camera and not having blured frames when moving.

To run in your own machine: You need to compile CUDA for your opencv 2.411 version and then recompile the code in your machine. There is a manual I wrote: "how to compile the code.pdf" or you can use other helpful links over the internet about compiling opencv for cuda. I used visual studio but you can use g++ to compile but you need to link the libraries.


Demos at: https://www.youtube.com/watch?v=on_sG_X79oQ

Link to the paper: http://ieeexplore.ieee.org/document/7886813/


If you find any content of this project/paper useful for your research, please consider citing our paper:

@inproceedings{amiri2016real,
  title={Real-time video stabilization and mosaicking for monitoring and surveillance},
  author={Amiri, Ali Jahani and Moradi, Hadi},
  booktitle={Robotics and Mechatronics (ICROM), 2016 4th International Conference on},
  pages={613--618},
  year={2016},
  organization={IEEE}
}

Thank you.

Ali Jahani Amiri