Color Reader

Overview

Team ColorRead is developing a Java application that will “read” colors for the color blind. We envision a color blind person taking a picture of an item in question with their cell phone, and have the app “read” the color. The color-blind person could then differentiate between various colors.

On the interface showing the picture in question, the user would mouseclick a portion of the picture. The application will read the colors of the clicked pixel and the pixels around it, and calculate the average color in RGB values. The application then converts the RGB color into HSB values and uses a database to figure out the name of the color described by that set of HSB values. The application will then output the name of the color on the GUI, both by text and text-to-speech.

We’ve also developed a simple and very flexible database system, which is documented later on this page.

Download

iPhone Release

Android Release

User Manual

Wiki Page

Source Code

Team 1 – SVN

Team 1 – Google Code

Team 2 – Google Code

Future Plans

Implement on J2ME, also possibly create a desktop assistance version.

Developers

Team 1

Mentor: Harold Tan

Zachary Shultz (Team Lead)

Benjamin Kilat

Xiaotian Chen

Tak Chiu Chan

Ruolin Fan

Masaki Moritani

Team 2

  • Nitin John
  • Mathews Kodaitte
  • Sagar Saha
  • Sumit Agarwal
  • Elliot Lee

Concept Provided by

PCC Students with disabilities collaboration

Project Notes

Project Status

Released

License

GPL – Team 1

New BSD – Team 2

Platform

Java