Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 448 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 448 Bytes

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