资源列表
Painter
- 一个简单的绘图板,可以画直线,圆,填充颜色等。-A simple drawing board, can draw a straight line, circle, fill color.
blanking
- 在屏幕上任意绘制一个多边形,在计算机内将其表示为一个以此多边形为底面的正n边棱柱(指定高度),棱柱的各面具有不同的颜色。 用Z-Buffer算法做面消隐; 允许以棱柱中心为固定点,通过输入x, y, z方向的转动角度实现任意角度的旋转(或通过鼠标操作实现任意角度的旋转) ; 投影方式:正平行投影,并假设物体始终在裁剪空间内;-On the screen draw an arbitrary polygon, within the computer as a polygon of its
Model
- 用Phong光照明模型显示网格模型(*.smf)。 分别实现不使用/使用增量式法向插值算法,比较两种不同的显示效果 Phong模型中各参数可调,观察它们的作用; 选做:用光线跟踪算法实现简单场景的绘制。该场景由三堵互相垂直的墙和几个球所组成(墙和球表面性质、光源等参数自定)。-With the Phong lighting model shows the grid model (*. smf). Respectively, will not be used/use an increm
Manderbrot_V1_01
- OpenGL和VC++6.0实现的二维Manderbrot集合,并且重写了各种回调函数,提供了基本的用户交互功能。-OpenGL and VC++6.0 to achieve the two-dimensional Manderbrot collection, and rewrite a variety of callback function, provides the basic user interaction capabilities.
Rotate2D
- 计算机图形学中的二维变换的源代码,希望能够对大虾有用-Rotate2D.rar
Bezier
- 这是计算机图形学中多边形生成,Bezier曲线生成的源代码-This is a computer graphics Polygon, Bezier curves generated source code
CircleDraw
- 这是计算机图形学中的园的生成的源代码,用中点和bresenham两种算法生成的-This is the computer graphics in the park generated source code, with the midpoint and the two kinds of algorithms generated bresenham
LineDraw
- 这是计算机图形学中直线的生成,用DDA,中点画线法和bresenham三种算法实现的-This is the generation of computer graphics in line with DDA, the stipple line method and bresenham three kinds of algorithm implementation
PaletteGenerator
- This program lets you load a JPEG or BMP image and then generate a 256 color palette from sampling 256 evenly spaced spots on the image. It scans the image evenly in a 16 x 16 grid to generate this palette. It can save the palette file in either the
ImageProcessingDemo
- This program has a resources file that when compiled, becomes part of the EXE file, so no external picture files are needed.It s purpose is to show the ability to process images in VB6 if given an activex control that makes it simple to convert from
fit_ellipse1
- fit_ellipse - finds the best fit to an ellipse for the given set of points.-fit_ellipse- finds the best fit to an ellipse for the given set of points.
Bitplanedecomposition(matlab)
- Using matlab bit plane decomposition. It contained 2 versions. One is using functions. One is using matlab codes.