Skip to content

redpower1998/RGB2Bayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGB image to Bayer image

Convert RGB image to Bayer BG image. This is a very simple conversion algorithm with only one file. You can easily copy functions directly into your program for use.

System Requirements

The reference code is tested on windows 10, Ubuntu 18.04 and requires:

  • C++ (Any version of C++, GCC, Clang, Visual Studio 2019 community currently)
  • OpenCV (4.3 currently, any other version should be ok)

Run

>> RGBToBayer <input RGB image> <output Bayer BG image>

Known issues

None

License

MulanPSL2 License. See LICENSE.txt and LICENSE_CHS.txt for further details.

About

Convert RGB image to Bayer BG image.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages