Skip to content

Commit ced9d23

Browse files
committed
Merge pull request opencv#9070 from catree:imshow_64bits_doc
2 parents 9611aa8 + d06619a commit ced9d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/highgui/include/opencv2/highgui.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Otherwise, the image is scaled to fit the window. The function may scale the ima
361361
- If the image is 8-bit unsigned, it is displayed as is.
362362
- If the image is 16-bit unsigned or 32-bit integer, the pixels are divided by 256. That is, the
363363
value range [0,255\*256] is mapped to [0,255].
364-
- If the image is 32-bit floating-point, the pixel values are multiplied by 255. That is, the
364+
- If the image is 32-bit or 64-bit floating-point, the pixel values are multiplied by 255. That is, the
365365
value range [0,1] is mapped to [0,255].
366366
367367
If window was created with OpenGL support, cv::imshow also support ogl::Buffer , ogl::Texture2D and

0 commit comments

Comments
 (0)