-
动态库示例
动态库示例-Examples of dynamic libraries
- 2022-10-27 14:35:03下载
- 积分:1
-
VC中基本图形的绘制
VC中基本图形的绘制-VC basic graphics rendering
- 2022-04-11 07:10:27下载
- 积分:1
-
这是图形学中关于弧线生成算法的源程序,是结合了老师的意见后编写的。...
这是图形学中关于弧线生成算法的源程序,是结合了老师的意见后编写的。-This is the graphics on the arc of the source code generation algorithm is a combination of the views of teachers prepared.
- 2022-09-17 02:50:03下载
- 积分:1
-
MFC bresenham画线算法 MFC bresenham画线算法
MFC bresenham画线算法 MFC bresenham画线算法-bresenham bresenhambresenhambresenhambresenhambresenhambresenham
- 2022-09-26 19:15:03下载
- 积分:1
-
轮廓跟踪算法很有价值
采用了常用的方法。
轮廓跟踪算法很有价值
采用了常用的方法。-Contour Trace is useful for Tracing image sContour
- 2023-01-05 09:35:03下载
- 积分:1
-
very good learning game graphics, interface has Algorithm
很好的学习游戏图形,界面有算法
- 2022-03-21 18:43:48下载
- 积分:1
-
设计思路:
对Windows XP自带的画笔程序进行分析,一般User画图过程:
首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对...
设计思路:
对Windows XP自带的画笔程序进行分析,一般User画图过程:
首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对产出的图像进行操作。
对图形元素抽象出公共属性,设计我的画板的作图过程:
选择工具 、画预览效果、User满意并确定、绘制效果。
下面是程序用到主要变量:
当前绘图点粒度:int iGranularity
当前使用颜色:COLORREF curColor
当前绘图状态:int iPaintStatus
当前绘图状态属性:int iPaintProperty
前一个鼠标坐标:CPoint pOldPoint
多边形起点:CPoint pStartPoint
多边形终点:CPoint pEndPoint
当前鼠标坐标:CPoint pCurPoint
输出文本字符串缓存:CString strTextOut
对典型操作过程(画矩形)描述:
用户选择工具_RECTANGLE(使iPaintStatus=_RECTANGLE)、
选择绘图颜色(设定curColor)、
用户按下鼠标左键使绘图状态属性为预览(iPaintProperty=_PREVIEW)、
用户移动鼠标(绘制图形的橡皮线效果)
用户放开左键(绘制图形的实线效果)
-design : Windows XP"s own brush analysis procedures, the general User drawing process : first choice mouse drawing tool, then select colors, followed by Graphic User needs. User to output images to operate. Right abstract graphic elements from the public properties, design I slate of mapping process : select tools, painting preview effects, User satisfaction and identification, mappi
- 2022-03-11 03:27:30下载
- 积分:1
-
A Filter
A Filter-Bank-Based Kalman Filtering Technique for Wavelet Estimation and Decomposition of Random Signals.pdf
- 2023-03-31 19:15:03下载
- 积分:1
-
采用镶嵌图的人脸检测程序,速度快,精度没有adaboost好,可以供学习使用...
采用镶嵌图的人脸检测程序,速度快,精度没有adaboost好,可以供学习使用-using mosaic of face detection procedures, speed and accuracy not adaboost good, can be used for learning
- 2023-06-13 13:40:04下载
- 积分:1
-
画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个...
画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个图形的信息 Sx As Single Sy As Single Tx As Single Ty As Single Bch As Graphic Color As Long End Type 画图:直线,圆跟矩形都用Line方法来实现,封装在Public Sub-drawing tools c R L G NONE End Enum Dim graph As Graphic Private Type Lnode "definition of a node to preserve each type of graphical information Sx As Sy As Single Single Single Tx As Ty As Single Bch As Long As Graphic Color End Type Painting : linear , round rectangle with both methods to achieve Line, the Public Sub Packaging
- 2023-03-29 15:00:02下载
- 积分:1