-
设置图像的灰度
通过彩色图象灰度化来介绍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
-
Using c++ and opengl written, based on the basic elements of the operation, very...
用c++和opengl写的,基于基本图元的操作,对初学者很有帮助-Using c++ and opengl written, based on the basic elements of the operation, very helpful for beginners
- 2022-03-24 16:04:30下载
- 积分:1
-
c#下的opengl编程程序
c#下的opengl编程程序-the opengl programming procedures
- 2022-01-31 15:02:05下载
- 积分:1
-
opengl例子2
opengl例子2-opengl example 2
- 2022-04-12 20:03:32下载
- 积分:1
-
a template cache examples overseas./** Example program demonstrating the use of...
一个模板缓存的例子,值得一看。/* * Example program demonstrating the use of glStencilFunc and glStencilOp to cut away the middle of a cube for Chapter 11. */-a template cache examples overseas./** Example program demonstrating the use of glStencilFunc and glStencilOp to cut away the middle of a cube for Chapter 11.* /
- 2022-02-04 23:20:56下载
- 积分:1
-
Koch曲线
使用OpenGL绘制Kock曲线,可以设置类型(直线/三角形)和迭代次数。
- 2022-03-10 06:00:12下载
- 积分:1
-
这是利用OpenGL设计游戏书中的代码,非常经典,有喜欢OpenGL 的朋友大家一起分享。...
这是利用OpenGL设计游戏书中的代码,非常经典,有喜欢OpenGL 的朋友大家一起分享。-This is designed to use OpenGL game code book, very classic, like OpenGL friends have shared with everyone.
- 2023-06-01 23:20:03下载
- 积分:1
-
用OPenGL进行二维图形的绘制,这些二维图形可以建立复杂的三维图形。...
用OPenGL进行二维图形的绘制,这些二维图形可以建立复杂的三维图形。-Two-dimensional graphics using OpenGL for rendering, these two-dimensional graphics can create complex three-dimensional graphics.
- 2023-03-03 00:35:03下载
- 积分:1
-
凸de多边形图案填充实例程序
这个 源文件特别适合那些初学者 对于初学者来说,此源文档可以很的帮助他们深刻一些函数,并使他们尽快的对Opengl 入门,此源文件不是我本人变得 是从百度上,一位高人那里淘来的,原谅的拷贝 ,
- 2022-07-14 06:25:34下载
- 积分:1
-
OpenGL实现3D迷宫
使用OpenGL实现三维迷宫游戏,支持第一、三视角的转换,支持二维小地图。
- 2022-01-31 17:25:13下载
- 积分:1