Skip to content

mattsta/cudacam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cudacam: experiments in cuda, opencv, and kinect under Linux

Status

This is a playground. Things will probably work if you install enough dependencies.

Things

To use all the examples here, install these dependencies. Most can be pip installed.

Future dependencies:

  • Theano
  • PyCUDA
  • pypy when numpy support is more complete

Hints

Performance will vary wildly depending on your setup. Compile opencv yourself to get maximum performance (do not trust pre-packaged versions):

mkdir build
cmake -DWITH_OPENNI=yes -DBUILD_EXAMPLES=yes -DWITH_TBB=yes -DWITH_IPP=yes -DIPP_H_PATH=/opt/intel/ipp/include/ ..

After I enabled TBB (from distro) and IPP (downloaded and installed manually), the haar face detector doubled in speed (=> video frame rate doubled).

About

experiments in cuda, opencv, and kinect under Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages