文件名称:CUDA-Sobel-Filter-master
介绍说明--下载内容来自于网络,使用问题请自行百度
This program is meant to run a sobel filter using three different methods. Each sobel filter function runs in a different way than the others, one is a basic sobel filter running through just the cpu on a single thread, another runs through openmp to parallelize the single threaded cpu function, and the last one runs through a NVIDIA gpu to parallelize the function onto the many cores available on the gpu. The resulting output from the functions should be the same no matter which way it is ran, the only difference will be the time taken to process each method. In most cases, the CPU will run the slowest, then openmp, and finally the GPU method will run the fastest (due to having more cores to handle many small computations). The result will be an image showing an edge map produced by each method, the edge maps should all be the same.
相关搜索: edge detection
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CUDA-Sobel-Filter-master
CUDA-Sobel-Filter-master\.gitignore
CUDA-Sobel-Filter-master\Makefile
CUDA-Sobel-Filter-master\README.md
CUDA-Sobel-Filter-master\flags.png
CUDA-Sobel-Filter-master\imageLoader.cpp
CUDA-Sobel-Filter-master\lodepng.cpp
CUDA-Sobel-Filter-master\lodepng.h
CUDA-Sobel-Filter-master\sobelFilter.cu
CUDA-Sobel-Filter-master\.gitignore
CUDA-Sobel-Filter-master\Makefile
CUDA-Sobel-Filter-master\README.md
CUDA-Sobel-Filter-master\flags.png
CUDA-Sobel-Filter-master\imageLoader.cpp
CUDA-Sobel-Filter-master\lodepng.cpp
CUDA-Sobel-Filter-master\lodepng.h
CUDA-Sobel-Filter-master\sobelFilter.cu
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.