mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
doc: fix typo in py_tutorials
This commit is contained in:
@@ -130,7 +130,7 @@ Or
|
||||
>>> b = img[:,:,0]
|
||||
@endcode
|
||||
Suppose, you want to make all the red pixels to zero, you need not split like this and put it equal
|
||||
to zero. You can simply use Numpy indexing, and that is more faster.
|
||||
to zero. You can simply use Numpy indexing, and that is faster.
|
||||
@code{.py}
|
||||
>>> img[:,:,2] = 0
|
||||
@endcode
|
||||
|
||||
Reference in New Issue
Block a user