Giter Site home page Giter Site logo

norhanabdelhafez / imagequantization Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nourkamaly/imagequantization

0.0 0.0 0.0 25.1 MB

Image quantization is a lossy compression technique achieved by compressing a range of values to a single quantum value. This is achieved by finding the minimum spanning tree between the distinct colors found in the image, clustering them, finding the representative color for each cluster, then mapping all colors to their representative one.

C# 100.00%

imagequantization's Introduction

ImageQuantization

The idea of color quantization is to reduce the number of colors in a full resolution digital color image (24 bits per pixel) to a smaller set of representative colors called color palette. Reduction should be performed so that the quantized image differs as little as possible from the original image. Algorithmic optimization task is to find such a color palette that the overall distortion is minimized

Techniques used

  1. Priority queue
  2. Fibonacci heap
  3. Kruksal algorithm for finding the minimum spanning tree
  4. Prim's algorithm for finding the minimum spanning tree
  5. Single linkage clustering
  6. Automatic detection of the number of clusters

Output

Image.Quantization.readme.mp4

Image Quantization 2

imagequantization's People

Contributors

nourkamaly avatar mohamednour2019 avatar abdelrhman2023 avatar norhanabdelhafez 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.