Browse code

Add autozoom usage example

Robert Cranston authored on 04/06/2020 17:59:48
Showing 1 changed files

... ...
@@ -81,6 +81,14 @@ A number of hepler functions are also supplied:
81 81
 [`PIL.Image.resize`]: https://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.Image.resize
82 82
 [`cv2.putText`]: https://docs.opencv.org/master/d6/d6e/group__imgproc__draw.html#ga5126f47f883d730f633d74f07456c576
83 83
 
84
+### Examples
85
+
86
+Projects using `pyffstream`:
87
+
88
+-   [`autozoom`][]: Automatically zoom in on video content of interest.
89
+
90
+[`autozoom`]: https://git.rcrnstn.net/rcrnstn/autozoom
91
+
84 92
 ## Installation
85 93
 
86 94
 ### With `pip`