Parallel computing on GPU - edge detection with Sobel filter

CUDA graphics card has many advantages compared with standard processor used for parallel computing
524 Downloads
Updated 14 Aug 2017

View License

CUDA (Compute Unified Device Architecture) graphics card has many advantages compared with standard processor used for parallel computing. The GPUconvSobel.m is short MATLAB program showing how to apply CUDA GPU (Graphics Processor Unit) to detect edges on picture using the Sobel filter [-1 0 1; -2 0 2; -1 0 1].

Cite As

Bogumila & Zbigniew MROZEK (2024). Parallel computing on GPU - edge detection with Sobel filter (https://www.mathworks.com/matlabcentral/fileexchange/48106-parallel-computing-on-gpu-edge-detection-with-sobel-filter), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on GPU Computing in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

image added

1.0.0.0