Skip to content

alperv/cuimg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

211 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUIMG An Image and Video Processing Library

CUIMG is a library for image and video processing. It is released under the GPLv3 licence. It targets GPUs with CUDA, and CPUs with the C++0x language.

Its main features are:
  • Basic 2D and 3D image types
  • A fast semi dense points tracker
  • Interoperability with OpenCV image types.

An example to use the semi dense tracker is available here: https://github.com/matt-42/cuimg/tree/master/samples/tracking

Dependencies:
  • Boost
  • OpenCV
  • Cuda (optional, disable it with -DNO_CUDA )

About

An C++11 Image and Video Processing Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 77.7%
  • C 22.3%