Giter Site home page Giter Site logo

akshit17 / colorblindaid Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 44 KB

A application for people suffering from color-blindness to help them see their surrounding colors real-time through webcam/mobile camera.

Python 96.21% HTML 3.79%
dsciiitkalyani wociiitkalyani computer-vision colorblind

colorblindaid's People

Contributors

akshit17 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

colorblindaid's Issues

Structure of Application

Since the goal is to create a real-time stream for color-blind people to see the true color of frames presented through their phone camera/ webcam, a server-based application is preferably expected to use. But this leads to the problem of Requirement of good internet from the user side and Network Latency and real-time stream might increase load and increase response time of API.

Another alternative can be running the code on a local device itself , advantages of this are that it won't require the user to have an internet connection but would increase the load on the device and real-time stream would require the user to have a large empty memory.

Algorithm of program

Color-Blindness(CB) can differ from person to person . The most common ones are Red-Green CB , Blue-yellow CB , Complete CB.
Types Of Color-Blindness

Considering that we want to output a real-time stream that rewrites/masks the color of an object in the frame in such a way that the colorblind user is able to see the actual color of the object, we might require a calibration program to test the type of color blindness of user or allow him to input by himself if he knows it beforehand.

Taking in account what type of CB the user has , we make changes to the frame accordingly.
However simply changing every color pixel the user is not able to see can lead to a distorted image.

Intuitive thinking concludes deep learning approach for creating the color correction filter might be required.
Colorspace to use for Correction filter is unclear. Simply using RGB, HSV/HSL might not give accurate results. Why use LMS color space?.
Algorithm to use the LMS colorspace to visualize the view of a colorblind and color it accordingly is unclear.

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.