Code for parallelization of edge detection algorithms using multi-threading concept of OpenMP
- Canny_P_images.cpp - Canny edge detection with parallelisation for images
- Canny_P_videos.cpp - Canny edge detection with parallelisation for videos
- Sobel_P_images.cpp - Sobel edge detection with parallelisation for images
- Sobel_P_videos.cpp - Sobel edge detection with parallelisation for videos