-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Robert Montefusco
authored
Dec 21, 2016
1 parent
df0cfc5
commit 4c09572
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
ChromaVision is an app to help those with colorblindness. | ||
|
||
The app lets you either capture a picture with your camera or load a picture already stored on your device to then have it run for which colors appear in the image. A list of colors and percents is generated and the user can touch in locations to also see which color is in a specific spot. | ||
|
||
You can save the results of images to your device and load them back up without the app having to process it again to save time. | ||
|
||
An optional toggle called "Precise mode" is planned where the app will either show true percentages or account for minute amounts of a color and choose the best place to "allocate" them to. That is, if an image has 35.1% red and 1.4% orange mixed within the red, it will simply list to the user 36.5% red. | ||
|
||
This app was an educational app made by three students at The University of Texas at Austin, Robert Montefusco, Yajie Niu, and Tony Sampson, while in our Android Development class. We decided to make an app that may help people with some sort of disability that may be overlooked, such as colorblindness. | ||
|
||
We hope to rewrite the app more closely following the Android Design Guidelines in the future. |