SidHard / OpenCG

An Image processing library, in which the CPU code and GPU code have the same warpper function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReadMe

An Image processing library, in which the CPU code and GPU code have the same warpper function

Requirements

  • cmake (version 2.8 or above)

  • CUDA (version 6.5 or ...)

  • OpenCV (only in the main function, as an image file interface)

windows: I compiled with VS2012, CUDA 7.0, cmake 3.22, opencv2.4.4.

ubuntu: I compiled with eclipse CDT makefile, cmake 3.2, CUDA7.0, opencv2.4.10

reference: fastHOG, InfiniTam, cuda samples

About

An Image processing library, in which the CPU code and GPU code have the same warpper function

License:GNU General Public License v2.0


Languages

Language:C++ 82.2%Language:Cuda 16.0%Language:CMake 1.2%Language:C 0.6%