641i130 / blur

A fast, CUDA enabled (CUDA GPU required) gaussian blur image tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blur

A fast, CUDA enabled (CUDA GPU required) gaussian blur image tool.

Compile:

nvcc -I/usr/include/opencv4 -o wow code.cu -lopencv_core -lopencv_imgproc -lopencv_highgui -lopencv_imgcodecs

Usage:

Usage: ./wow <input_image_path> <output_image_path>

Credit:

(This is essentially a port of his python code to C++ with some modifications)

About

A fast, CUDA enabled (CUDA GPU required) gaussian blur image tool.

License:MIT License


Languages

Language:Cuda 90.0%Language:Makefile 10.0%