...Each algorithm also has an OpenCV counterpart which is the closest one in terms of speed.
This project is partly based on the Sobel Filter sample available as part of the CUDA SDK.
This project also partly uses the OpenCV library to load different types of image.
This program includes: Prewitt filter, Roberts Cross, Canny edge detector and finally Sobel filter with the ability to modify some variables such as sigma in Canny and see the result in real-time.
To access and download the code, please review the code section. ...