mirror of
https://github.com/opencv/opencv.git
synced 2024-12-18 11:28:02 +08:00
imshow docs improvement bug#2490
This commit is contained in:
parent
9628bb0b44
commit
fa1b96bd36
@ -75,6 +75,7 @@ The function ``imshow`` displays an image in the specified window. If the window
|
||||
|
||||
* If the image is 32-bit floating-point, the pixel values are multiplied by 255. That is, the value range [0,1] is mapped to [0,255].
|
||||
|
||||
This function should be followed by ``waitKey`` function which displays the image for specified milliseconds. Otherwise, it won't display the image.
|
||||
|
||||
namedWindow
|
||||
---------------
|
||||
|
Loading…
Reference in New Issue
Block a user