Skip to content

Commit 47bb10c

Browse files
committed
Added example to track them colors.
Added example to track them colors.
2 parents 6f6cfb5 + 2bf5a75 commit 47bb10c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

chapters/image_processing_computer_vision/chapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ for (int y=0; y<h; y++) {
408408
409409
```
410410

411-
This technique is often used with an "eyedropper-style" interaction, in which the user selects the target color interactively (by clicking). Note that there are more sophisticated ways of measuring "color distance", such as techniques that use other color spaces, that can be more robust to variations in lighting. The distance method used here is not particularly good at distinguishing among very dark colors.
411+
This technique is often used with an "eyedropper-style" interaction, in which the user selects the target color interactively (by clicking). Note that there are more sophisticated ways of measuring "color distance", such as techniques that use other color spaces, that can be more robust to variations in lighting. The distance method used here is not particularly good at distinguishing among very dark colors.
412412

413413
#### Three-Channel (RGB) Images.
414414

85.1 KB
Loading

0 commit comments

Comments
 (0)