Skip to content

Commit 8f16324

Browse files
committed
Add missing imgcodecs header in readme
1 parent 53d53ab commit 8f16324

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ If you need help understanding how to use these functions, see the documentation
250250
| --- | --- |
251251
| `cv.matchTemplate(image, templ, method[, result[, mask]]) -> result`<br>Compares a template against overlapped image regions.<br>[Documentation](https://docs.opencv.org/4.11.0/df/dfb/group__imgproc__object.html#ga586ebfb0a7fb604b35a23d85391329be) | |
252252

253+
## [`imgcodecs`](https://docs.opencv.org/4.11.0/d4/da8/group__imgcodecs.html)
254+
253255
| Function | Notes |
254256
| --- | --- |
255257
| `cv.imread(filename[, flags]) -> retval`<br>Loads an image from a file.<br>[Documentation](https://docs.opencv.org/4.11.0/d4/da8/group__imgcodecs.html#gacbaa02cffc4ec2422dfa2e24412a99e2) | `filename` can be anywhere in the full MicroPython filesystem, including SD cards if mounted.<br>Only BMP and PNG formats are currently supported. |

0 commit comments

Comments
 (0)