/Edge-Detection-Algorithms

Code for parallelization of edge detection algorithms using multi-threading concept of OpenMP

Primary LanguageC++

Edge-Detection-Algorithms

Code for parallelization of edge detection algorithms using multi-threading concept of OpenMP

  1. Canny_P_images.cpp - Canny edge detection with parallelisation for images
  2. Canny_P_videos.cpp - Canny edge detection with parallelisation for videos
  3. Sobel_P_images.cpp - Sobel edge detection with parallelisation for images
  4. Sobel_P_videos.cpp - Sobel edge detection with parallelisation for videos