Skip to content

Commit e3dea59

Browse files
authored
Update README.md
1 parent 3f52cd9 commit e3dea59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Recognizing Objects. Detect different shapes, faces, people, and learn how to tr
127127
### ([Return back to Contents](#Contents))
128128
| | | |
129129
| :---: | :----: | :----: |
130-
| [HSV Filter](https://github.com/rchavezj/OpenCV_Projects/blob/master/Sec08_Object_Tracking/01_Filtering_By_Color/01_Filtering%20by%20Color.ipynb) | <img src="https://github.com/rchavezj/OpenCV_Projects/blob/master/Sec08_Object_Tracking/01_Filtering_By_Color/hsv.png" width="200" height="70"> | In order to filter like this you have a few options. Generally, you are probably going to convert your colors to HSV, which is "Hue Saturation Value." This can help you actually pinpoint a more specific color, based on hue and saturation ranges, with a variance of value. |
130+
| [HSV Filter](https://github.com/rchavezj/OpenCV_Projects/blob/master/Sec08_Object_Tracking/01_Filtering_By_Color/01_Filtering%20by%20Color.ipynb) | <img src="https://github.com/rchavezj/OpenCV_Projects/blob/master/Sec08_Object_Tracking/01_Filtering_By_Color/hsv.png" width="400" height="70"> | In order to filter like this you have a few options. Generally, you are probably going to convert your colors to HSV, which is "Hue Saturation Value." This can help you actually pinpoint a more specific color, based on hue and saturation ranges, with a variance of value. |
131131
| [Background Subtraction](https://github.com/rchavezj/OpenCV_Projects/blob/master/Sec08_Object_Tracking/02_Background_Subtraction/02_Background_Subtraction.ipynb) | <img src="Sec08_Object_Tracking/02_Background_Subtraction/background_subtraction.gif" width="90" height="70"> | |
132132
| [Meanshift (Object Tracking)](https://github.com/rchavezj/OpenCV_Projects/blob/master/Sec08_Object_Tracking/03_Meanshift_Object_Tracking/03_Meanshift_Object_Tracking.ipynb) | <img src="Sec08_Object_Tracking/03_Meanshift_Object_Tracking/meanshift_basics.jpg" width="90" height="70"> | |
133133
| [CAMshift (Object Tracking)](https://github.com/rchavezj/OpenCV_Projects/blob/master/Sec08_Object_Tracking/04_Camshift_Object_Tracking/04_Camshift_Object_Tracking.ipynb) | <img src="Sec08_Object_Tracking/04_Camshift_Object_Tracking/camshift_face.gif" width="90" height="90"> | |

0 commit comments

Comments
 (0)