搜索资源列表
BitmapRotate_src
- 图像旋转显示,速度较快,不是使用GetPixel/SetPixel -image rotation, faster than using GetPixel / SetPixel
SourceImageViewerNewver
- 与其他的GDI图像处理程序平台相比,该程序最大不同之处在于实现任意角度旋转时并没有使用GetPixel和SetPixel函数,思路可以借鉴-with other GDI image processing platform, the The procedure biggest difference lies in achieving arbitrary rotation angle did not use GetPixel and SetPix el function, we can draw o
drawline
- 计算机图形学画线,通过计算机图形学的方法。假设setpixel已知
3d
- 以SetPixel()基础,从图形的变换,到图元的填充,讲述了三维图形的大概生成和显示流程.程序中涉及到的图形剪裁和消隐,使用的是简化的.有待完善.仅供学习所用.
DrawLib.rar
- 绘图库 1. 设计和实现一个图形函数库,具有绘制直线 段、任意圆弧、椭圆弧、多边形区域的阴影填 充和颜色填充等功能。(仅调用画点函数) Windows API: setpixel(hdc,x,y,color),Drawing 1. Design and Implementation of a graphics library, with the straight-line drawing, arbitrary arc, elliptical arc, polygon area fill
ShowBmp
- visual C++的CDC类有一个成员函数setPixel可以直接在视区坐标(x,y)点设置成所要显示的颜色crCoIor。-The CDC class visual C++ a member function setPixel can point directly in the viewport coordinates (x, y) is set to the color display crCoIor.
exer1
- 图形学中的扫描线填充算法,用VC6.0的MFC实现,较为精炼。使用Getpixel函数和setpixel对像素点颜色取反。-Graphics of the scan line fill algorithm, the MFC with VC6.0 achieve more refined. Setpixel use Getpixel function and color of pixel anti-access.
ImageProcessingdemo
- image processing using C# getpixel() setPixel()
GetPixel-SetPixel
- GDI+渲染位图的一部分 BitmapDataSamp and GetPixel-SetPixel-GDI+ rendering of bitmap BitmapDataSamp and GetPixel-SetPixel
BitmapPixelIO
- 提供一个相较于.net framework所提供的bitmap.getpixel or setpixel() 函式更快的bitmap存取方式,详细范例请见readme-To provide a contrast. Net framework provided by the bitmap.getpixel or setpixel () function for faster access to bitmap mode, detailed examples, see readme
frmMain
- Simple example of using SetPixel method in C#.
FastBitmap
- .net Bitmap wrap with fast getPixel and setPixel methods
project1_500406596
- 利用最原始的setpixel函数显示各种类型的bmp图像,对于理解bmp图片帮助很大-Using the most primitive setpixel function display various types of bmp images, bmp image of great help for understanding
3D
- 程序为一年前写作,本计划修完D3D后重新修改,但是由于GUI绘制效率太低,同时也没有任何应用价值。所以保持到现在。 程序采用SetPixel()为基础绘制出了彩色立方体。 消隐采用的是背面剔除,裁剪也是采用的简单方式。 同时附带有简单的摄象机类,可以移动到不同角度观看图形。 使用: 鼠标左右上下旋转观察角度(完全自由的摄象机)。 键盘上下左右控制移动方向。 在3D图形方面如果允许,个人完全可以实现D3D的渲染管线(硬件部分没办法)-Writin
lifangti
- 本报告围绕自由查看立方体这个主题,分别介绍实现的理论(顶点的各种转换),实现的程序结构,实现重点代码过程。 在绪论中介绍了图形学研究的对象,图形学的出现的原因,图形学的运用。然后从具体的游戏涉及的图形知识具体介绍图形学的发展前提和运用,及其艺术性。在个人工作当中,介绍了报告针对的程序的实现原理。分别指出了图形从物体模型坐标的3维顶点经过如何变换,最终显示到屏幕上得到想要的彩色立体效果。在介绍过程中指出了需要的流程和每个流程中所使用到的变换矩阵,和变换矩阵的使用原理。同时也介绍了如何实现第
huidu
- 利用GetPixel()和SetPixel()将彩色图像转换成灰度图像-trans picture
CG
- 自己写图形学实验时的一个程序,自己实现的包括线(直线、椭圆),区域填充,分形,真实感图型生成等。开发环境为vs2005.-This is a sample program (source code) for computer graphics. I have implement the basic graphics primitives(only using the function setpixel()) including line,fractal,realistic graphics et
Location
- 画图程序,包含线、点、圆 明位图中的颜色,有若干个表项,每一个表项是一个RGBQUAD类型的结构,定义一种颜色。RGBQUAD结构的定义如下-line, row, round UCHAR b=buffer[(i*width+j)*3+realPitch] UCHAR g=buffer[(i*width+j)*3+1+realPitch] UCHAR r=buffer[(i*width+j)*3+2+realPitch] pDC-&
C_graphics_program_GetPixel_SetPixel
- C# GDI+图形程序GetPixel-SetPixelC # GDI + graphics program GetPixel-SetPixel-C# GDI+ graphics program GetPixel-SetPixel
CLine
- 该代码主要是解决在VC++中利用SetPixel()函数画直线-The code is mainly address the use of VC++ SetPixel () function to draw lines