We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a0b88a + 666cfa3 commit 6f67e2fCopy full SHA for 6f67e2f
2 files changed
projects/Dominant_color/README.md
@@ -0,0 +1,21 @@
1
+# Finding Dominant Color
2
+
3
+- This script will take a image and it will find dominant color in it .
4
5
+### Prerequisites
6
+- You only need to have installed opencv which is used for image preprocesssing.
7
+- Run the below script to install opencv
8
+- $ pip install opencv-python
9
10
+### How to run the script
11
+-Run below command
12
+- python find-color.py
13
+- Now Enter the path for image
14
+- Copy Your image path and enter in the command
15
16
+### Screenshot showing the sample use of the script
17
18
+
19
20
+## *Author Name*
21
+Himanshu Hansaria
projects/Dominant_color/shot.png
165 KB
0 commit comments