Skip to content

Commit ff1c7de

Browse files
Update content/hardware/05.nicla/boards/nicla-vision/tutorials/blob-detection/content.md
Co-authored-by: BenjaminDannegard <[email protected]>
1 parent 5f65853 commit ff1c7de

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/05.nicla/boards/nicla-vision/tutorials/blob-detection

1 file changed

+1
-1
lines changed

content/hardware/05.nicla/boards/nicla-vision/tutorials/blob-detection/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ for blob in blobs:
133133
img.draw_cross(blob.cx(), blob.cy(), color=(0,255,0))
134134
```
135135

136-
If you need to know which blob matched which color threshold you can use the `blob.code()` function (see [here](https://docs.openmv.io/library/omv.image.html#image.image.blob.blob.code) for more information.
136+
If you need to know which blob matched which color threshold you can use the `blob.code()` function (see [here](https://docs.openmv.io/library/omv.image.html#image.image.blob.blob.code) for more information).
137137

138138
The result of that will be visible in the Frame Buffer preview panel on the right side of the OpenMV IDE.
139139

0 commit comments

Comments
 (0)