Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Graph program Special Effects
Title: CUDA-Sobel-Filter-master Download
 Description: 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.
 Downloaders recently: [More information of uploader 刘 阳 ]
 To Search:
File list (Check if you may need any files):
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

CodeBus www.codebus.net