This project is a raw image decoder implemented in Python. This code convert the raw image data into full color image. In this pipeline we read file in [R G G B] pattern and perform the bilinear demosaic. Next, we can choose white balance algorithm between Gray World, White Patch, Iterative and Percentile. Finally code perform the gamma correction and give the result image.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to run the software
- Argparse
- Numpy
- OpenCV
- Python
- Rawpy
- Scipy
python main.py
Use the flag '- path pathIMG' for run in another image.
- Vítor Godeiro
This project is licensed under MIT license - see the LICENSE file for details.