Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsdario/cudacv-bw

Cuda with OpenCV simple color to greyscale conversion as first steps to learn how to use them together
https://github.com/jsdario/cudacv-bw

Last synced: 30 days ago
JSON representation

Cuda with OpenCV simple color to greyscale conversion as first steps to learn how to use them together

Awesome Lists containing this project

README

        

# cudacv-bw
Cuda with OpenCV simple color to greyscale conversion as first steps to learn how to use them together

To run this code you have to execute the following commands
```bash
# Create the makefile linking to your libraries
cmake .
# Compile the source code
make
# Convert to greyscale the image
./to_bw image.jpg