We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f67ef commit e552c6bCopy full SHA for e552c6b
README.md
@@ -42,7 +42,7 @@ tmp_blobs = append(tmp_blobs, new_blob2)
42
// 4. Compare blobs ()
43
global_blobs.MatchToExisting(tmp_blobs)
44
45
-// 5. Repeat 2-4 every time when you find new objects on images. MatchToExisting() will update existing blobs and register new ones.
+// 5. Repeat steps 2-4 every time when you find new objects on images. MatchToExisting() will update existing blobs and register new ones.
46
```
47
48
## Support
0 commit comments