├── .gitignore ├── CUDARGB2Y.cu ├── CUDARGB2Y.h ├── LICENSE ├── Makefile ├── README.md ├── main.cpp └── test.jpg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/CUDARGB2Y/HEAD/.gitignore -------------------------------------------------------------------------------- /CUDARGB2Y.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/CUDARGB2Y/HEAD/CUDARGB2Y.cu -------------------------------------------------------------------------------- /CUDARGB2Y.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/CUDARGB2Y/HEAD/CUDARGB2Y.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/CUDARGB2Y/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/CUDARGB2Y/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/CUDARGB2Y/HEAD/README.md -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/CUDARGB2Y/HEAD/main.cpp -------------------------------------------------------------------------------- /test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/CUDARGB2Y/HEAD/test.jpg --------------------------------------------------------------------------------