Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/intro/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Add an overlay
--------------

An overlay can be added to a window to add a line of text during a certain time delay.
This is the fonction::
This is the function::

cv.displayOverlay(window, text, delay=0)

Expand Down Expand Up @@ -344,4 +344,4 @@ Mouse callback::
cb(evt, x, y, flags, param)

cv.createTrackbar('name', 'win', 0, max, cb)
cv.getTrackbarPos('name', 'win')
cv.getTrackbarPos('name', 'win')