AFLProjects / White-Balance-Automation

C++ Automated white balance using lodepng and some color correction
MIT License
38 stars 4 forks source link
auto-white-balance automated-white-balance color color-constancy color-correction color-enhancement color-grading color-manipulation color-processing cpp hsv-color-detection image-enhancement image-manipulation image-processing white-balance

This is a C++ automated program that edits the visual aspects of your photos using some basic color grading and white balance The main idea of this program is to deprive you of all the repetitive labor while editing your photos. The program will take care of the color balencing and polishing.



Table of contents

Features

Usage

-Download the project
-Compile the code (In visual studio)
-Run the project

Commands :
    -edit <dir>      //Edit your photos

Results

How to Contribute

  1. Clone repo and create a new branch: $ git checkout https://github.com/AFLProjects/White-Balance-Automation -b name_for_new_branch.
  2. Make changes and test
  3. Submit Pull Request with comprehensive description of changes
  4. Don't forget to drop a star, it helps a lot :wink:

Acknowledgements