Unverified Commit 3512cb22 authored by Alexander Alekhin's avatar Alexander Alekhin Committed by GitHub

Merge pull request #12529 from gkaneto:master

Minor changes in docs (Python Tutorials)
parents 14b43831 96a50d5e
...@@ -37,6 +37,7 @@ cv.namedWindow('image') ...@@ -37,6 +37,7 @@ cv.namedWindow('image')
# create trackbars for color change # create trackbars for color change
cv.createTrackbar('R','image',0,255,nothing) cv.createTrackbar('R','image',0,255,nothing)
cv.createTrackbar('G','image',0,255,nothing) cv.createTrackbar('G','image',0,255,nothing)
cv.createTrackbar('B','image',0,255,nothing) cv.createTrackbar('B','image',0,255,nothing)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment