Giter VIP home page Giter VIP logo

bmp-image-with-hsi-and-rgb's Introduction

bmp-image-with-HSI-and-RGB

  1. Building a Matlab code that will
    • "Write" and "read" non compressed, 8-bit .bmp files per color.
    • Read, from an 8-bit image, its color palette and create a new image that shows all the colors of the palette. This means that we will create a new image with a size of 256x256 where each row i will contain the color of the respective position i in the palette.
  2. Building a Matlab code that reads 8-bit color images and converts them in grayscale images.
  3. In HSI color model, create 256 colors in the way below
    • Define k = scalar number such as S = (1 - k)/10 and I = 0.5 and taking 256 different values for H, 0 <= H <= 360.
    • After that, we convert these colors in the RGB model and with the new palette we have created, we build a new image showing the colors that we have made.
  4. Repeat for S = (0.1 + k)/10.
  5. Repeat for H = 60 + 10 * k, I = 0.5 and taking 256 different values for S, 0 <= S <= 1.

bmp-image-with-hsi-and-rgb's People

Contributors

ekaratarakis avatar

Watchers

 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.