-
在按扭中播放AVI图片
在按扭中播放AVI图片-broadcast AVI Photo
- 2022-04-30 17:55:14下载
- 积分:1
-
该软件用于图像处理基本函数包,包括相关算法函数集
该软件用于图像处理基本函数包,包括相关算法函数集-The software is a basic function library for image processing with matching algorithms function library.
- 2023-03-29 11:05:03下载
- 积分:1
-
滴玲玲验证码识别,VB代码,字模设计,PNG读取,值得一看
滴玲玲验证码识别,VB代码,字模设计,PNG读取,值得一看-Identification Verification Code drops Lingling, VB code, the design matrix, PNG read, worth a visit
- 2022-06-12 08:22:29下载
- 积分:1
-
完成图像的插补运算,实现图像的增强与灰度调节
完成图像的插补运算,实现图像的增强与灰度调节-Completion of image interpolation operations, the realization of image enhancement and gray-scale adjustment
- 2022-03-16 19:29:21下载
- 积分:1
-
将伪彩色256转灰度图像
对学习图像处理来说很有价值
将伪彩色256转灰度图像
对学习图像处理来说很有价值-256 Color Translate 8 bit Color
- 2022-01-26 05:39:33下载
- 积分:1
-
A good drawing software, can be a collection of painting a variety of standard g...
一款优秀的画图软件,可以画各种标准的集合图形,包括颜色的选择等等。-A good drawing software, can be a collection of painting a variety of standard graphics, including color choices and so on.
- 2022-02-07 16:46:56下载
- 积分:1
-
1,用经线和纬线画出一个三维球体,经线用不同的颜色表示,用帧交换技术实现球体的转动
2,在球体外部画1...
1,用经线和纬线画出一个三维球体,经线用不同的颜色表示,用帧交换技术实现球体的转动
2,在球体外部画1-3个小球,实现大球转动的同时,小球绕大球转及速度交互可调
3,考虑设计通用程序,实现小球的个数大小旋转的轨迹-one with warp and weft, paint a three-dimensional sphere, warp with different colors, Frame switching technology used to achieve the rotating ball two, ball in the external painting 1-3 small ball, and make major rotation of the ball, Small ball big balls turn around and adjustable speed interactive 3, the design of common procedures, the number of small balls the size of the rotating track
- 2022-10-14 08:30:02下载
- 积分:1
-
比较容易理解的Gabor滤波代码,通过测试比较好用。
比较容易理解的Gabor滤波代码,通过测试比较好用。-Relatively easy to understand Gabor filtering code, to pass the test comparing ease of use.
- 2022-03-20 20:59:33下载
- 积分:1
-
计算机图形学。里面有一个3D的星球,可以使用键盘旋转星球。学习图像学的同学参考一下。...
计算机图形学。里面有一个3D的星球,可以使用键盘旋转星球。学习图像学的同学参考一下。-Computer graphics. 3D inside a planet, you can use the keyboard rotating planet. School students to learn the image reference.
- 2022-08-17 10:41:02下载
- 积分: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