Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jsdario/cudacv-bw
- Owner: jsdario
- Created: 2015-02-09T22:05:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-10T11:19:25.000Z (almost 10 years ago)
- Last Synced: 2024-04-16T09:19:21.070Z (7 months ago)
- Language: C++
- Size: 2.04 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 togetherTo 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