CUDA-Morphology

November 2, 2017 ยท View on GitHub

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>]

Contents

  1. 1Compile static library and test program
  2. 2Run test program