-
设置图像的灰度
通过彩色图象灰度化来介绍C#处理数字图像的3种方法,Bitmap类、BitmapData类和Graphics类是C#处理图像的的3个重要的类。Bitmap只要用于处理由像素数据定义的图像的对象,主要方法和属性如下: GetPixel方法和SetPixel方法,获取和设置一个图像的指定像素的颜色。 PixelFormat属性,返回图像的像素格式。 Palette属性,获取或折纸图像所使用的颜色调色板。 Height属性和Width属性,返回图像的高度和宽度。 LockBits方法和UnlockBits方法,分别锁定和解锁系统内存中的位图像素。BitmapData对象指定了位图的属性: Height属性,被锁定位图的高度。 Width属性,被锁定位图的宽度。 PixelFormat属性,数据的实际像素格式。 Scan0属性,被锁定数组的首字节地址。 Stride属性,步幅,也称扫描宽度。彩色图象灰度化24位彩色图象每个像素用3个
- 2023-04-11 05:05:04下载
- 积分:1
-
VS2010+OpenCV+OpenGL三维重建
利用VS2010+OpenCV+OpenGL三维重建
先标定棋盘,然后再进行特征提取,立体匹配得出视差图,最后得出视差数据,利用OpenGL画出3D模型
- 2022-03-04 05:10:06下载
- 积分:1
-
这个是我按照老师的要求写的一个模拟3dmax里面进行坐标变换的opengl的程序,并且可以得到进行转换后的左边的复合矩阵...
这个是我按照老师的要求写的一个模拟3dmax里面进行坐标变换的opengl的程序,并且可以得到进行转换后的左边的复合矩阵
- 2022-03-23 23:45:30下载
- 积分:1
-
sharpgl绘制立方体
利用已有的sharpgl类库在C#应用程序中编写简单的DEMO,能实现在GL控件中显示旋转的立方体。
- 2023-02-27 17:20:04下载
- 积分:1
-
使用opengl开发的3d碰撞检测的源程序。使用vc6和opengl库开发。
使用opengl开发的3d碰撞检测的源程序。使用vc6和opengl库开发。-source code about Three-Dimension Collision using OpenGL and VC6
- 2023-03-30 21:45:03下载
- 积分:1
-
图形图像编程mfc opengl
图形图像编程mfc opengl-graphics programming mfc opengl
- 2023-02-19 18:00:03下载
- 积分:1
-
编译程序所需的.H、.LIB、.DLL文件可以在OpenGL开发库中找到。
编译Chapter12中的程序需要安装DirectX81SDK,可以从网上下载。...
编译程序所需的.H、.LIB、.DLL文件可以在OpenGL开发库中找到。
编译Chapter12中的程序需要安装DirectX81SDK,可以从网上下载。-compiler required. H,. LIB,. DLL files in the development of the OpenGL found. Chapter12 compile the procedures need to install DirectX81SDK can be downloaded from the Internet.
- 2023-03-31 20:40:05下载
- 积分:1
-
一个基于Qt开发的生成正方体的小程序,每面可单独设置
一个基于Qt开发的生成正方体的小程序,每面可单独设置-A Qt-based development of procedures for the generation of a small cube, each side can be independently set
- 2022-04-17 21:13:07下载
- 积分:1
-
This a Transparent PNG texture loader for OpenGL. It requires the gd library at...
This a Transparent PNG texture loader for OpenGL. It requires the gd library at boutell.com. There s a demo at http://www.coolgroups.com/alpha/.
-This a Transparent PNG texture loader for OpenGL. It requires the gd library at boutell.com. There s a demo at http://www.coolgroups.com/alpha/.
- 2022-04-07 07:25:13下载
- 积分:1
-
在VC中使用OpenGL编程实现虚拟现实,搭建了一个虚拟的三维建筑,对了解和使用OpenGL很有用处....
在VC中使用OpenGL编程实现虚拟现实,搭建了一个虚拟的三维建筑,对了解和使用OpenGL很有用处.-The programming demonstrate the use of OpenGL in virtual reality, it builds a virtual three-dimensional architecture.It s good for the beginner to understand and make use of OpenGL.
- 2023-06-05 09:40:04下载
- 积分:1