Skip to content
Andrés Solís Montero edited this page Oct 19, 2015 · 19 revisions

Welcome to the vivaVideo project

VivaVideo is a base project to create your own C++ video-based OpenCV algorithms.

Enclosed in this project you will find the vivalib framework. The vivaVideo project uses the concurrent vivalib framework to process video or image sequences and generate video outputs of your algorithm.

The VIVA prefix makes reference to the Research Lab which I am a member of (VIVA Lab).

The VIVA acronym stands for:

  • Video Processing and Coding
  • Image Processing and Analysis
  • Computer Vision
  • Autonomous Systems

which makes a nice prefix name for the purpose of this base project and library. It also means {"alive"|"cheers"} in Spanish.

Requirements

  • OpenCV
  • C++11 Compiler
  • CMake

Supported Platforms

Mac, Linux, Windows

Getting Started

Extending the vivalib framework