搜索资源列表
MyPaint1.0
- 设计思路: 对Windows XP自带的画笔程序进行分析,一般User画图过程: 首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对产出的图像进行操作。 对图形元素抽象出公共属性,设计我的画板的作图过程: 选择工具 、画预览效果、User满意并确定、绘制效果。 下面是程序用到主要变量: 当前绘图点粒度:int iGranularity 当前使用颜色:COLORREF curColor 当前绘图状态:int iPaintStatus
finger-recong
- 指纹识别源代码。思路完全是按照文件夹中网页里介绍的方法,即提取指纹中的分叉点和端点的位置作为指纹的特征值。由于今天太忙,对图像的预处理作的很失败,程序会提取出很多伪点,而指纹轮廓也没有想出办法过滤。汗,你看看能不能参考把。 三个m文件,fd.m提取指纹中的分叉点,fd2.m提取指纹中的端点,Cpoint.m则是前两个文件运行中需要调用的掩模函数。-fingerprint identification code. Thinking is entirely in accordance wi
geometry_dzthstrh
- This article presents two classes and a set of utility functions for computational geometry. C3Point is a 3D counterpart to CPoint and CPolygon encapsulates a set of C3Point s and provides general polygon handling functions. The classes have been mil
Line
- 计算机图形学,利用结构画直线。struct Line{ CPoint sp,ep } -use struct to draw line
openGLwater
- 操作指导7水纹 一、 建立工程 二、 添加函数和变量,修改头文件(view.h) public: int npoint float lpoint[4][4] float cpoint[102][76][3] void drawplat() void lm() BOOL movekey CClientDC *my_pDC CRect my_oldRect BOOL mytbar BOOL mysbar
Graphic
- Graphic是绘图的程序,可以绘制椭圆矩形直线和点。填充为深灰色,可在CGraphicView::OnLButtonUp(UINT nFlags, CPoint point)中修改。-Graphic is a DRAW program