/sobel-edge-detector

Parallel Computer Architecture Lab: HPC image edge detection

Primary LanguageC

sobel-edge-detector

Parallel Computer Architecture Lab: HPC image edge detection

Resources

Directory Structure

  • p1/: Naive implementation in pure C.
  • p2/: Hybrid programming model with MPI and OpenMP.

Build and Run the project

  1. Navigate to either part (p1/ or p2/)
  2. make run to compile and run!
  3. make clean to remove build artifacts

Image

input image output image