Skip to content

Fastest CUDA RGB to grayscale: 5-30x faster than OpenCV. For image processing/computer vision.

License

Notifications You must be signed in to change notification settings

komrad36/CUDARGB2Y

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDA implementation of RGB to grayscale. Roughly 5x to 30x faster than OpenCV's implementation, depending on your card.

You can use equal weighting by calling the templated function with weight set to 'false', or you can specify custom weights in CUDARGB2Y.h.

The default weights match OpenCV's default.

All functionality is contained in CUDARGB2Y.h and CUDARGB2Y.cu. 'main.cpp' is a demo and test harness.

About

Fastest CUDA RGB to grayscale: 5-30x faster than OpenCV. For image processing/computer vision.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published