Skip to content

Quickly warp 3D images on the GPU using CUDA. Works with C and Python.

License

Notifications You must be signed in to change notification settings

bbrister/cudaImageWarp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright (c) Blaine Rister 2018

This package can quickly warp images using C or python. The build system requires CMake, as well as a C++ compiler with CUDA. To install on Ubuntu 16.04, do

    mkdir build && cd build
    cmake ..
    make

To install the python package, do

    pip install -e .

from the build directory. For usage examples, see tester.c and test.py in the 'test' subdirectory.

About

Quickly warp 3D images on the GPU using CUDA. Works with C and Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors