我爱编程

Color Recognization in mobile ap

2018-03-24  本文已影响47人  f3069

A mobile application for the color-blindness to recognize color

1.Summary

Software type: iOS application
Author: F
Time: 2016.12--2017.12

2.Main

The mobile application is aimed to recognize color in the camera of iOS devices for the color-blindness, including hypochromatopsia and achromatopsia.

Function

  1. The user clicks on the desired position in the screen and the application automatically recognizes the color of the area block centered on the touch point and feeds it back with text and speech.
  2. On the one hand, you can get pictures through a gallery or camera. On the other hand, you can click on the object directly in the camera interface for color recognition (instant camera mode).

3. Programming

Development Environment

4.Algorithm

Color Recognization Algorithm: Using a combination of search color range tables and kNN

Details:

5.Advantages

  1. This method solves the shortcomings of traditional color classification and the method's advantages:
  1. Precision, there is no need to divide the range of HSVs for each color, and to achieve accurate classification of more than 50 colors.
  1. In manual acquisition of a standard color HSV table, this method can achieve camera and standard color adjustments.

6.Software screenshot

主页
识别照片
即时相机

项目开源源代码:
http://github.com/J3069/ColorRecognization

上一篇 下一篇

猜你喜欢

热点阅读