Skip to content

C++/CUDA code to perform bilateral filtering on OpenCV Mat inputs

Notifications You must be signed in to change notification settings

aashikgowda/Bilateral-Filter-CUDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bilateral-Filter-CUDA

C++/CUDA code to perform bilateral filtering on OpenCV Mat inputs

Requirements

CUDA

OpenCV 3+

Code

Instead of using global memory, use CUDA's texture memory to access the input image pixels. The main and kernel code have provisions to check run time of OpenCV's CPU implementation vs my GPU implementation

About

C++/CUDA code to perform bilateral filtering on OpenCV Mat inputs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published