-
<Visual C++数字图像与图形处理>配套光盘6
<Visual C++数字图像与图形处理>配套光盘6- matching CD 6
- 2022-08-16 03:25:26下载
- 积分:1
-
这是关于Laplace的程序 重点介绍了laplace的算法 并且用c++语言实现了...
这是关于Laplace的程序 重点介绍了laplace的算法 并且用c++语言实现了-This is a program focused on the Laplace introduced the laplace algorithm and used c++ language to implement
- 2022-12-30 11:35:27下载
- 积分:1
-
Fourier Transform image transformation, can support multiple formats of images,...
用傅立叶变换实现图像变换,可支持多种格式的图像,方法简单实用。-Fourier Transform image transformation, can support multiple formats of images, methods, simple and practical.
- 2022-01-24 13:47:41下载
- 积分:1
-
由两点坐标画任意直线的C语言图形学程序。输入2点坐标即可得到所求直线。...
由两点坐标画任意直线的C语言图形学程序。输入2点坐标即可得到所求直线。-painting arbitrary linear coordinates the C language graphics procedures. 2:00 coordinates input can be obtained by seeking straight.
- 2022-04-30 21:36:07下载
- 积分:1
-
This is a new one on the graphic image features a summary of the new VC program,...
这是一个有关一种新的图形图像特征撮的新的VC源程序,请大家指教-This is a new one on the graphic image features a summary of the new VC program, please enlighten
- 2022-05-31 14:55:39下载
- 积分:1
-
微软的新作xna c#2005
教程第一课的源码
微软的新作xna c#2005
教程第一课的源码-for Microsoft"s new xna c# 2005 Guide to the first lesson of FO
- 2022-09-27 10:20:03下载
- 积分:1
-
two images of the original code integration
两幅图像的融合原码-two images of the original code integration
- 2022-10-04 11:55:03下载
- 积分:1
-
这是一个直方图的实验报告
这是一个关于直方图的实验报告-This is a histogram of the experimental report
- 2022-07-21 09:32:09下载
- 积分: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
-
数字图像均衡器 通过调整图片的频谱,可以得到变换后的图片,相当于音响的均衡器用于图像。...
数字图像均衡器 通过调整图片的频谱,可以得到变换后的图片,相当于音响的均衡器用于图像。-digital image by adjusting the equalizer pictures of the spectrum, can be transformed photographs, audio equivalent to the equalizer for Image.
- 2022-01-26 07:20:08下载
- 积分:1