Color Detection: Bhai Parmanand Institute of Business Studies
Color Detection: Bhai Parmanand Institute of Business Studies
Project Title:
Color Detection
User guide:
Colors are made up of 3 primary colors; red, green, and blue. In computers,
we define each color value within a range of 0 to 255. So in how many ways
we can define a color? The answer is 256*256*256 = 16,581,375. There are
approximately 16.5 million different ways to represent a color. In our dataset,
we need to map each color’s values with their corresponding names. But don’t
worry, we don’t need to map all the values. We will be using a dataset that
contains RGB values with their corresponding names. The CSV file for our
dataset has been taken from this link: https://github.com/codebrainz/color-
names/blob/master/output/colors.csv
Scope:
1. Computer vision- Color detection is the basic and important step for
proceeding in computer vision. Some special type of spectacles can be made
which will make use of computer vision (image processing) along with neural
networks to provide an artificial vision to blind people.
2. Spy robots- The spy robots are made to identify objects in the place where
they are launched. Object’s shape, size, color, orientation is of importance to
robot.
3. Object Segregation- An object can be segregated (separated) on the basis of
its color.
4. Object Tracking- A moving object can be tracked on the basis of its color.
Challenges:
The main purpose is to detect colors in a given sample image. The most
challenging part in this task was to determine color when two figures
overlapped. Small figures inside the big figures was quite challenging. First,
we detected small contours, its shapes and then the bigger contour and its
shape. We then moved to detect its colors.
References:
https://data-flair.training/
www.cleverprogrammer.com