Giter Site home page Giter Site logo

07agarg / automatic-exposure-correction Goto Github PK

View Code? Open in Web Editor NEW
36.0 2.0 14.0 83.73 MB

This repository contains the code for improving images acquired through non-optimal exposure using various methods proposed in literature.

MATLAB 100.00%
digital-image-processing contrast-enhancement histogram-equalisation gamma-transformation exposure-correction

automatic-exposure-correction's Introduction

Automatic-Exposure-Correction

This repository contains the code for the following problem statement.

Problem Statement

Improving Images acquired through non-optimal exposure

Dataset

  1. Part A: This part contains drone images captured with varying exposure settings, including one image taken in dim light.
  2. Part B: This part contains images of Kodak Dataset.

Approaches

  1. Histogram Equalisation
  2. Bi-Histogram based Histogram Equalisation [Paper]
  3. Contrast Limited Adaptive Histogram Equalisation [Paper]
  4. Gamma Transformation [Paper]
  5. Adaptive Gamma Transformation [Paper]
  6. Weighted Adaptive Gamma Transformation [Paper]
  7. Improved Adaptive Gamma Transformation [Paper]
  8. Adaptive non-linear Stretching [Paper]

Quality Measures

  1. Brisque
  2. NIQE

Prerequistes

  1. Linux or Windows
  2. MATLAB

Repository Usage

  1. Clone this repository
git clone https://github.com/07Agarg/Digital_Image_Processing_Project.git
  1. To test the result using any approach:
    i. cd Root/Source/
    ii. open the file corresponding to that approach.
    iii. Set variable 'D' to one of the following.
          D = '../Dataset/Part A'
          D = '../Dataset/Part B'
    iv. Set variable S to image name. Example to test result on Part B, IMG_11:
          S = fullfile(pwd, D, 'IMG_11.png');

Results

Using Improved Adaptive Gamma Correction

Input(Dataset/Part B/IMG_11):

                  Input

Output: Output

References

  1. R. C. Gonzalez and R. E. Woods, “Digital Image Processing”, Prentice Hall, vol. 3rd edition.
  2. Yeong-Taeg Kim. 1997. Contrast enhancement using brightness preserving bi-histogram equalization. IEEE Trans. on Consum. Electron. 43, 1 (February 1997), 1-8.
  3. Zuiderveld, Karel. “Contrast Limited Adaptive Histogram Equalization.” Graphic Gems IV. San Diego: Academic Press Professional, 1994. 474–485.
  4. Shih-Chia Huang, Fan-Chieh Cheng, and Yi-Sheng Chiu. 2013. Efficient Contrast Enhancement Using Adaptive Gamma Correction With Weighting Distribution. Trans. Img. Proc. 22, 3 (March 2013), 1032-1041.
  5. Gang Cao, Lihui Huang, Huawei Tian, Xianglin Huang, Yongbin Wang, and Ruicong Zhi. 2018. Contrast enhancement of brightness-distorted images by improved adaptive gamma correction. Comput. Electr. Eng. 66, C (February 2018).
  6. G. Messina, A. Castorina, S. Battiato and A. Bosco, "Image quality improvement by adaptive exposure correction techniques," 2003 International Conference on Multimedia and Expo. ICME '03. Proceedings.
  7. Mittal, A., A. K. Moorthy, and A. C. Bovik. "No-Reference Image Quality Assessment in the Spatial Domain." IEEE Transactions on Image Processing. Vol. 21, Number 12, December 2012, pp. 4695–4708.
  8. Mittal, A., R. Soundararajan, and A. C. Bovik. "Making a Completely Blind Image Quality Analyzer." IEEE Signal Processing Letters. Vol. 22, Number 3, March 2013, pp. 209–212.
  9. N. Venkatanath, D. Praneeth, Bh. M. Chandrasekhar, S. S. Channappayya, and S. S. Medasani. "Blind Image Quality Evaluation Using Perception Based Features", In Proceedings of the 21st National Conference on Communications (NCC). Piscataway, NJ: IEEE, 2015.
  10. S. Yelmanov, Y. Romanyshyn, “Image contrast enhancement in automatic mode by nonlinear stretching”, In: Proc. 2018 XIV-th International Conference on Perspective Technologies and Methods in MEMS Design (MEMSTECH), 2018, pp. 104–108.

automatic-exposure-correction's People

Contributors

07agarg avatar surbhim18 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

automatic-exposure-correction's Issues

License

I am a programmer at the National Institutes of Health who would like to port some of this code to Java for inclusion in the MIPAV medical imaging package. Is there a license under which I could do so?

                                                     William Gandler

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.