搜索资源列表
texthalo
- 你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好。-you may think that a generat
计算机图形实验代码
- 对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。-of computer graphics programming practice, including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon fillin
paint3.7
- 图象处理软件比如平移,比例,旋转,错切,裁剪,填充,反走样等等.具体操作鼠标左键画多边行的各个顶点,右键连线形成多边行-image processing software such as translation, proportion, rotation, the wrong cutting, cutting, filling, anti-aliasing, etc.. The specific mouse button paintings in various multilateral OK
计算机图形算法演
- 计算机图形算法演示 包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。-computer graphics algorithms demonstration included painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3
Demo_Project_src.VC++下的绘图抗锯齿技术
- VC++下的绘图抗锯齿技术,通常用GDI绘图,在画园或者斜线的时候会产生锯齿,这份代码提供了抖动画线的技术,让绘图更加细腻,VC++ under the mapping of the anti-aliasing technology, usually with GDI drawing, or a slash in the paint when the park will have jagged, the code provides a line Buffeting animation techn
16*16点阵字库
- 16*16点阵字库,包括打开及放大,点阵字库的简单抗锯齿实现-16* 16 dot matrix font, including open and enlarge, the simple dot-matrix font anti-aliasing to achieve
MagicMirror
- 图像放缩平移以及图像混叠(Mix)程序源代码-Image pan and zoom the image-aliasing (Mix) source code
Image
- 直线的加权反走样算法,用MFC实现,供大家参考学习-The weighted straight-line anti-aliasing algorithms, for your reference
3D下的计算机图形学的编程实践VC源码
- 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。-download the origin
pro
- 将opencv的image结构与windows CDC对象结合起来,本例就轻松用opencv反走样直线绘制在CDC对象里面。 接供的接口很有参考价值。 -Opencv structure to the image object with the combination of windows CDC, which in this case on the easy to use anti-aliasing opencv draw a straight line inside the CDC ob
ArcDraw
- GDI+画线演示,VS2005开发,包含线条平滑反锯齿功能-GDI+ painting line demo, VS2005 development, including anti-aliasing features smooth lines
vb6-3d-render
- VB6可以纯CPU实时渲染3D图形,以前大学的时候一直羡慕其他软件渲染的酷酷的3D数学函数 现在我们终于也可以了,你可以把它改造成一个3d函数渲染软件 -)线框模式下的渲染可是抗锯齿的哦!-VB6 can be pure CPU real-time rendering 3D graphics, when former university has been the envy of other software 3D rendering of the cool mathematical fun
AntiAlias_Project
- 反走样图形的绘制方法,经典,对消除锯齿有很好的帮助-Anti-aliasing graphics rendering method, classical, to have a good anti-aliasing to help
VB_Image_anti_aliasing
- VB中编程在进行图像缩小时抗锯齿运算,代码特别简练,有完整的示例-VB Image anti-aliasing algorithm to narrow
aapoly
- 红宝书中抗锯齿直线的绘制例子,适合初学者研究。-Little Red Book in the example of anti-aliasing line drawing for beginners in.
GetDIBits
- 程序实现功能:抗锯齿算法 抗锯齿算法,采用的是SetPixel函数,效率相对来说比较低下,应用DIB可以提高绘图效率. 本程序包含:1、采用SetPixel函数 2、采用GetDIBits 两种方法. 全部采用子函数编写,方便其它程序调用.-Program Function: anti-aliasing algorithm for anti-aliasing algorithm, using the SetPixel function, the efficiency is rel
function_p2048952202007
- A function plotter with GDI+ anti-aliasing. Handles brackets, functions and variables.
Anti-aliasing
- 全屏抗锯齿和景深效果演示 演示如何实现全屏抗锯齿和景深效果. A键 - 开始全屏抗锯齿 D键 - 开始景深效 果 UP键 - 增加摄相机的焦距 N键 - 不要任何效果 DOWN键 - 减小摄相机的焦距-The full-screen anti-aliasing and depth of field demo demonstrates how to implement full-screen anti-aliasing and depth of field effect. A key- sta
gui16
- 对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。 必须复制的文件: Chopper
Project_src
- MFC 模糊化处理GDI绘制导致的锯齿问题,代码简单方便改写-MFC fuzzy aliasing problems caused GDI drawing code simple and convenient to rewrite
