Parallel computing on GPU - edge detection with Sobel filter

CUDA graphics card has many advantages compared with standard processor used for parallel computing
다운로드 수: 524
업데이트 날짜: 2017/8/14

라이선스 보기

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].

인용 양식

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. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 GPU Computing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

image added

1.0.0.0