Skip to content

Eric-chuan/RGB2YUV-GPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License

Table of Contents

[TOC]

About The Project

This project can convert RGB to YUV420(yu12) by cuda

Getting Started

To get a local copy up and running follow these simple steps.

Usage

  1. Clone the repo
git clone https://github.com/Eric-chuan/RGB2YUV-GPU
  1. build
add a data folder include a 3840x2160 png to the path
mkdir build
cd build
cmake ../
make -j
./main

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Project Link: [https://github.com/Eric-chuan/RGB2YUV-GPU

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published