egecetin / VideoStabilization

Video stabilization is a software-based approach (using OpenCV and its CUDA backend) in real-time to eliminating environmental effects (wind, heavy vehicle etc.) and enhance the visual performance that degrade video streaming quality.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Stabilization

GitHub GitHub GitHub last commit

drawing

Contents

General Info

Video stabilization is a software-based approach (using OpenCV and its CUDA backend) in real-time to eliminating environmental effects (wind, heavy vehicle etc.) and enhance the visual performance that degrade video streaming quality. Application is developed with following configuration:

  • Opencv 4.5.3
  • Cuda 11.2
  • Freeglut 3.2.1

Installation

You can build from source using CMake.

About

Video stabilization is a software-based approach (using OpenCV and its CUDA backend) in real-time to eliminating environmental effects (wind, heavy vehicle etc.) and enhance the visual performance that degrade video streaming quality.

License:MIT License


Languages

Language:C++ 94.4%Language:CMake 5.6%