Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.
/ tinycv Public archive

Header-only C++14 computer vision algorithms

Notifications You must be signed in to change notification settings

csantosbh/tinycv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyCV

This header-only C++14 library is intended to contain implementations of advanced computer vision algorithms.

The next sections describe the currently implemented algorithms.

Mutual Information Registration

Performs mutual information registration between two images, as described in the work Accurate Real-time Tracking Using Mutual Information by Dame et al.

Requirements

  • A C++14 compliant compiler (GCC 5 or newer is recommended)
  • CMake 3.1 or newer
  • git for cloning the repository

Building

First, make sure your system satisfy the minimum requirements.

After cloning the repository, make sure to initialize its submodules :

git submodule init
git submodule update

Finally, create a build folder in any place you like and run the following commands inside it:

cmake <path/to/cloned/repository>
make -j8

Documentation

References

  1. Accurate Real-time Tracking Using Mutual Information

About

Header-only C++14 computer vision algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages