Parallel computing on GPU - edge detection with Sobel filter
Version 1.1.0.0 (918 ko) par
Bogumila & Zbigniew MROZEK
CUDA graphics card has many advantages compared with standard processor used for parallel computing
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].
Citation pour cette source
Bogumila & Zbigniew MROZEK (2026). Parallel computing on GPU - edge detection with Sobel filter (https://fr.mathworks.com/matlabcentral/fileexchange/48106-parallel-computing-on-gpu-edge-detection-with-sobel-filter), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2014b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur GPU Computing dans Help Center et MATLAB Answers
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.1.0.0 | image added |
||
| 1.0.0.0 |
