Skip to content

Commit f8ffbf6

Browse files
authored
Create readme
1 parent 1a5e003 commit f8ffbf6

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# cvColorSelectorGUI
2+
An opensource project to find and test color range thresholds on color images for openCV.
3+
4+
Sometimes you need to test many color ranges to find propper range for your threshold ad filtering.
5+
It's realy hard to use openCV commands by just try and error. So having an easy GUI is good solution.
6+
7+
How to use:
8+
1. Open your image file.
9+
2. Select start color by LEFT-Click.
10+
3. Select end color by RIGHT-CLICK.
11+
4. Modify the range by numericUpDown or trackbar.
12+
5. Save the range by Add Range button.
13+
6. If you want to add another color range, you can use Union or Subtract. So find the range values by mouse Left and Right
14+
and add the range. To see the instant change, select the new range in range list and click EditRow button to change the
15+
values by live view. After modification, turn off EditRow.
16+
17+
Note:
18+
- There is an sample video of working process in video folder.
19+
20+
Samples:
21+
Selecting the hand:
22+
![Screenshot](https://github.com/mshams/cvColorSelectorGUI/raw/master/cvColorSelectorGUI/images/results/hand-selection_hand.png)
23+
24+
Selecting the hand and blue ball:
25+
![Screenshot](https://github.com/mshams/cvColorSelectorGUI/raw/master/cvColorSelectorGUI/images/results/hand-selection_hand-blue.png)
26+
27+
Selecting the blue and green:
28+
![Screenshot](https://github.com/mshams/cvColorSelectorGUI/raw/master/cvColorSelectorGUI/images/results/rubik-selection_blue-green.png)
29+
30+
Selecting the blue and white:
31+
![Screenshot](https://github.com/mshams/cvColorSelectorGUI/raw/master/cvColorSelectorGUI/images/results/rubik-selection_blue-wite.png)
32+
33+
Selecting the yellow and white
34+
![Screenshot](https://github.com/mshams/cvColorSelectorGUI/raw/master/cvColorSelectorGUI/images/results/rubik-selection_yellow-wite.png)
35+
36+
Selecting the red and orange:
37+
![Screenshot](https://github.com/mshams/cvColorSelectorGUI/raw/master/cvColorSelectorGUI/images/results/social-selection_red-orange.png)

0 commit comments

Comments
 (0)