You are on page 1of 12

Naina Sahu

Naina Sahu
ACKNOWLEDGEMENT

 First and foremost, I would like to thank our IT


Teacher (Shabnoor Sheikh) who guided us in
doing these projects. She provided us with
invaluable advice and helped us in difficult
periods. Her motivation and help contributed
tremendously to the successful completion of the
project.
 Besides, we would like to thank all the teachers
who helped us by giving us advice and providing
the equipment which we needed.

 Also I would like to thank my family and friends


for their support. Without that support we
couldn’t have succeeded in completing this
project.

 At last but not in least, we would like to thank


everyone who helped and motivated us to work
on this project.
- Naina sahu
TABLE OF CONENTS

1 Introduction 6
Scope of the
2 project 7

Proposed
3 system 8
Input /Output
4 requirement 9

5 Hardware
Software 10

Conclusion 12
6
Bibliography
7 14
Preface

Colour detection is the process of detecting the


name of any color. Simple isn’t it? Well, for
humans this is an extremely easy task but for
computers, it is not straightforward. Human eyes
and brains work together to translate light into
color. Light receptors that are present in our eyes
transmit the signal to the brain. Our brain then
recognizes the color. Since childhood, we have
mapped certain lights with their color names. We
will be using the somewhat same strategy to detect
color names.

In this color detection Python project, we are going


to build an application through which you can
automatically get the name of the color by clicking
on them. So for this, we will have a data file that
contains the color name and its values. Then we
will calculate the distance from each color and find
the shortest on
Introduction to Project
Objective of the project

GOAL TO BE ACHIEVED BY THIS


PROJECT
 Introduction. A color detection
algorithm identifies pixels in an image
that match a specified color or color
range. The color of detected pixels can
then be changed to distinguish them from
the rest of the image

TO WHOM THE PROJECT WILL BE


HELPFUL OR
HOW IT WILL BE HELPFUL TO THE
PEOPLE ASSOCIATEC TO THE WORK
 Color sensor detects color with
comparison the object color with the
reference color, and if they are
consistent in a certain error range, then
output the detection results.

HOW THE RECORD WILL BE MANAGED?


 The record will be mangaged in python
folder named : “color detection
project” with all the codings available..
Scope of the project

 In existing system there is no exact color


representation of colors with accuracy. In
proposed system, we are introducing the CV
datasets and according to it the number of
shades that can be identified using 865 color
names along with their RGB and hex values.
Whenever the cursor clicks the image, it
automatically shows the RGB shades color
 values. Proposed system uses OpenCv for
sorting of primary colors.
Input/Output Requirement

# Input Requirements-
• CSV File: colors.csv ( It includes 865
color names along with their RGB and hex
values).

# Output Requirements-
• Development Environment : Python IDLE
• Packages : Open CV, Pandas and numpy.
( Installed through pip ).
Conclusion

Making this project provided me more information


and skill that I had thought while developing this
project
I would like to convey my special thanks to my
CS teacher and all the informers who helped
This project was really a interesting one …

_________________________________________
I Hope , My project will definitely inspire other
python users for making such a interesting
program.

Bibliography
 Computer Science Class 12TH book
 Computer Science Class 11TH book
 Author- “Sumita Arora”
 Google
 YouTube
 Dataflair.training
 https://data-flair.training/blogs/project-

in-python-colour-detection/
 https://medium.com/programming-

fever/color-detection-using-opencv-
python-6eec8dcde8c7

-------------------------------------
X----------------------------------

You might also like