Skip to content

Repository files navigation

Canny Edge Detector - CUDA and MPI Parallel code

This is my parallel CUDA and MPI implementation of Canny's Edge Detection algorithm.

Usage

Using the program is fairly simple. Start by downloading or cloning the repo. I already have two sample images that can be used, however, you can use your own pictures. Just make sure to copy them into the "input_images" folder and that they're in the .pgm format.

OpenMP Implementation

This is the OpenMP implementation of the Canny Edge Detector:
https://github.com/ishankkumar-007/canny-OpenMP

About

parallel version of Canny Edge Detection algorithm -- CUDA, MPI

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages