Giter VIP home page Giter VIP logo

image-processing's Introduction

Image Processing

Microkernel Demo for WPF, Winforms and Console processes

Build Status

  1. Thesis
  2. Solutions
  3. Benchmarks
  4. NuGet

Thesis

The application was originally developed as an R&D work.

The original purpose was to research the possible advantages of grayscale images contrast optimization using a normal distribution regarding a uniform distribution. Two parameters such as the expectation and std allow to control relative luminance and contrast, respectively.

application window

Fig. 1 - The main window and control panels.

Initially, for experimental purposes was chosen a group of underexposed images.

original underexposed image

Fig. 2 - The original underexposed image.

After an optimization with a uniform distribution, there is a redundancy in bright areas of relative luminance. However, using a normal distribution it's possible to minimize this effect, achieving better details’ distinctiveness.

image transformed by uniform distribution

Fig. 3 - The histogram transformation by a uniform distribution.

An image transformed by a normal distribution with the expectation = 90 and std = 60

Fig. 4 - The histogram transformation by a normal distribution where µ = 90 and σ = 60.

To justify which image is better, regarding its contrast, one may use the definition of conditional variance:

where [z1, z2] is an interval of relative luminance.

Splitting the interval [0, 255] to 16 subintervals we may now use the definition above. Since we define contrast as statistical scattering, the definition of conditional variance may show the level of contrast on each specified interval.

application window

Fig. 5 - Using the definition of conditional variance on 16 intervals of relative luminance.

Thus, one may conclude that a normal distribution may represent better result regarding a uniform distribution on a group of underexposed images.

Architecture

architecture

Fig. 6 - The process architecture.

metrics

Fig. 7 - The process code metrics.


Benchmarks [CPU]

RGB Filters

Convolution


NuGet

ImageProcessing.Microkernel.DIAdapter

ImageProcessing.Microkernel.MVP

ImageProcessing.Microkernel.EntryPoint

image-processing's People

Contributors

dudinda avatar

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.