文件名称:CUDA-Sobel-Filter-master
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2017-11-09
- 文件大小:
- 13.3mb
- 下载次数:
- 0次
- 提 供 者:
- 穿山***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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