Skip to content

app created by me to do a series of image conversions requested by the computer graphics professor

License

Notifications You must be signed in to change notification settings

Menezess42/M42_Color_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M42_Color_System

App to perform a series of image conversions requested by the computer graphics professor. Over time, I will update this readme, as well as create docstrings in the code.

Features

  • Manual binarization
  • Manual equalization
  • Manual conversion of:
    • RGB to HSI
    • RGB to CMY
    • HSI to RGB
  • In (H)SI, it allows increasing and decreasing by 10
  • In HS(I), it allows increasing and decreasing by 10
  • You can hover your mouse over the image on the left or right, and below it will show the RGB, HSI, and CMY values for the pixel that the mouse is hovering over. It displays the values of both images below them so that you can compare them. image

Manual Otsu binarization

Loading...

What I Learned

Throughout this project, I learned:

  • How to implement various image conversion algorithms.
  • Practical applications of color models such as RGB, HSI, and CMY.
  • Techniques for manual image processing, including binarization and equalization.
  • The importance of real-time feedback and comparison in image processing applications.

Contribution

Contributions to enhance or extend the functionality of the M42_Color_System project are welcome. Feel free to fork this repository and submit pull requests with improvements or new features.

Contact

For more information or inquiries, you can find me on GitHub or send an email.

About

app created by me to do a series of image conversions requested by the computer graphics professor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages