Skip to content

Commit

Permalink
Added docs for MP4Writer example.
Browse files Browse the repository at this point in the history
  • Loading branch information
hgmarques committed Jun 1, 2024
1 parent 794b864 commit 9c50ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/articles/vision/mp4_writer.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Vision: Video Annotation
# Vision: MP4 Writer

:::workflow
![Example](~/workflows/examples.starter/Vision/MP4Writer/MP4Writer.bonsai)
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/vision/region_tracking_hsv.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:::

## Summary
This example demonstrates how setup a simple tracker based on thresholding the HSV channels.
This example demonstrates how to setup a simple tracker based on thresholding the HSV channels.

## Details
1. Convert the image to HSV space (hue, saturation, value). This space is advantageous because it allows the user to separate colors, using only the hue channel, independently of the overall image brightness.
Expand Down

0 comments on commit 9c50ffb

Please sign in to comment.