文件名称:灰度图像显示
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Text]
- 上传时间:
- 2017-09-29
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 931****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
函数说明 :
显示函数为showGrayImg(),三个参数分别为,图像指针,图像宽度,以及图像高度。
显示图像中,首先调用 setBitMapInfo()函数设置图像的文件头,用于setDIBitsToDevice()函数的调用。
特别注意,后面的对于图像宽度为4的整数倍的调整,并将图像边界对齐,即图像每一行的存储大小都为4的整数倍。
到此,此函数便可以用于在程序中随时显示函数了,等同于matlab中的imshow()函数。(Function specification:
The display function is showGrayImg (), and the three parameters are the image pointer, the image width, and the image height.
In the display image, the first file that calls the setBitMapInfo () function to set the image is used for the call of the setDIBitsToDevice () function.
Special attention is given to the subsequent integer adjustment of the image width of 4 and the alignment of the image boundaries, i.e., the storage size of each row of the image is an integral multiple of 4.
Here, this function can be used to display functions at any time in a program, equivalent to the imshow () function in matlab.)
显示函数为showGrayImg(),三个参数分别为,图像指针,图像宽度,以及图像高度。
显示图像中,首先调用 setBitMapInfo()函数设置图像的文件头,用于setDIBitsToDevice()函数的调用。
特别注意,后面的对于图像宽度为4的整数倍的调整,并将图像边界对齐,即图像每一行的存储大小都为4的整数倍。
到此,此函数便可以用于在程序中随时显示函数了,等同于matlab中的imshow()函数。(Function specification:
The display function is showGrayImg (), and the three parameters are the image pointer, the image width, and the image height.
In the display image, the first file that calls the setBitMapInfo () function to set the image is used for the call of the setDIBitsToDevice () function.
Special attention is given to the subsequent integer adjustment of the image width of 4 and the alignment of the image boundaries, i.e., the storage size of each row of the image is an integral multiple of 4.
Here, this function can be used to display functions at any time in a program, equivalent to the imshow () function in matlab.)
相关搜索: 灰度图像显示
(系统自动生成,下载前可以参看下载内容)
下载文件列表
灰度图像显示.txt