Skip to content
/ SIGHT Public

A color detection software that allows people to click on any part of an image to gain the specific name and RGB values of that color. A colorblind filter for images that shifts the hues so that people with some sort of colorblindness can see.

Notifications You must be signed in to change notification settings

br26244/SIGHT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIGHT: The Color Detection and Colorblind support program for Images

Author: Byron Rios

Project Description

Intrest/Importance

This project began with my struggles with colorblindness. My inability to distinguish certain colors, especially as an artist, became a growing struggle. This software both seeks to be a response to that, which will help with my use of reference images, or just for general use in life. I hope that this program serves other as well.

Main Menu

languages/tools/technologies

Python: The project's primary language is Python

IDLE: IDLE will be used as a text editor as well as a terminal to test code

Git: Git is used to make edits to our Github repository

Github: Github is a version control system that allows users to work together on shared code. Github also includes a project board for organizing implementations

OpenCV: One of the main tools/modules used for this program is OpenCV

Colorblind: The module Colorblind was also a great support in gaining all the hue values for the images

input/output

Users will input the JPG name without the extension, and choose between the implemented features

The output will be on an extended window with the selected feature Input Screen

Features

SIGHT currently has 2 main features. Its first is "Color Detection" Which allows the user to click anywhere on the provided image screen, prompting the RGB values and color name to be displayed. The second feature is Daltonization, which currently supports Protanopia, Deuteranopia, and Tritanopia. This is currently a hit-or-miss feature. Selection Screen

Detect Screen

Daltonization Screen

Setup

Simply download the release and create a folder to place the executable in. Currently, SIGHT only supports JPGs, therefore move all JPGs into the same folder as the executable. Run the executable and input the file name, and you're ready to go

About

A color detection software that allows people to click on any part of an image to gain the specific name and RGB values of that color. A colorblind filter for images that shifts the hues so that people with some sort of colorblindness can see.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages