awblib 0.0.3

Last updated:

0 purchases

awblib 0.0.3 Image
awblib 0.0.3 Images
Add to Cart

Description:

awblib 0.0.3

AWB-Lib
Implementation of a bunch of Automatic White-Balancing (AWBE algorithms), using JAX. Comparisons and experiments can be found in docs folder.
Implemented Algorithms

Gray World (GW), based on gray world assumption. See awblib.gw.
Colour Histogram Stretching (CHS). See awblib.chs.
Average Equalization and Threshold (AAET). See awblib.aaet.
Histogram Matching (AWB-HM), based on histogram matching. See awblib.hm.
Dynamic Histogram Matching (AWB-DHM), based on histogram matching and channel selection. See awblib.dhm.

AWB-DHM

T. Gollanapalli, V. R. Peddigari and P. S. Madineni, "Auto white balance using dynamic histogram matching for AMOLED panels," 2017 IEEE International Conference on Consumer Electronics-Asia (ICCE-Asia), Bengaluru, India, 2017, pp. 41-46, doi: 10.1109/ICCE-ASIA.2017.8307848.

Explanations about our implementation is here.
AWB-HM

Chengqiang Huang, Qi Zhang, Hui Wang, and Songlin Feng, "A Low Power and Low Complexity Automatic White Balance Algorithm for AMOLED Driving Using Histogram Matching," J. Display Technol. 11, 53-59 (2015)

Explanations about our implementation is here. This implementation largely reproduced the results.
Example Results
See docs for more.

Notes
Actually no paper has mentioned that if they are invariant to colour space or they depend on a specific colour space. As far as I know, most non-ML image processing algorithms require linear RGB; this processing is not done in this module yet.
License
Apache-2.0

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.