Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 6f67e2f

Browse files
authored
Merge pull request #358 from Mrsterius/Dominant_colour
Added Readme for Dominant_color project
2 parents 0a0b88a + 666cfa3 commit 6f67e2f

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

projects/Dominant_color/README.md

+21
Original file line numberDiff line numberDiff line change
@@ -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+
![Screenshot](shot.png)
19+
20+
## *Author Name*
21+
Himanshu Hansaria

projects/Dominant_color/shot.png

165 KB
Loading

0 commit comments

Comments
 (0)