Skip to content

yszheda/CUDA-Morphology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDA-Morphology

Morphology erode/dilate in GPU using CUDA

Compile static library and test program

  1. Install CUDA
  2. Install OpenCV
  3. Install CMake
mkdir build
cd build
cmake ..
make

Run test program

./test <image name> [<hsize of Sel>] [<vsize of Sel>]

About

Morphology erode/dilate in GPU using CUDA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published