搜索资源列表
DataToBMP
- 将位图十六进制数据转成BMP位图的参考示例,要首先分析位图的宽与高-Hexadecimal data, bitmap BMP bitmap conversion reference sample, to first analyze the bitmap width and high
include
- 打开一副BMP图片,读取BMP文件中的数据,获取图片中像数点RGB的数值,显示到屏幕界面中。(如果不能打开BMP可以先试着打开YUV文件,然后计算第二步的内容) 将RBG数据转换成YUV格式的,并计算Y分量的平均值,统计出图像灰度直方图,显示直方图。 将RGB数据表述的图像进行2:1的下采样,原来图像是2Xx2Y的宽高大小,新的图像为XxY的大小图像,并显示到界面中。-Open a BMP picture, read BMP file data, the number of points
SurfaceReconstruction
- 用C++实现BMP格式的三维重构,基于表面绘制的三维空间数据场重建和显示。-In c++ realize the BMP format of 3 d reconstruction, based on 3 d spatial data field reconstruction of surface rendering and display.