-
用于文字识别, 可被vc,vb, 按键精灵加载, 并有文字库工具生成自己的文字识别库。...
用于文字识别, 可被vc,vb, 按键精灵加载, 并有文字库工具生成自己的文字识别库。-For word recognition, can be vc, vb, QuickMacro loaded, and a text database tool to generate your own text recognition library.
- 2022-06-19 01:20:01下载
- 积分:1
-
用于编写一个图形编辑器的编译
用汇编编写的一个图形编辑器-used to prepare a compilation of a graphical editor
- 2022-02-28 19:10:40下载
- 积分:1
-
数字图像处理第二版中文版(冈萨雷斯),学校图像处理的经典...
数字图像处理第二版中文版(冈萨雷斯),学校图像处理的经典-Digital Image Processing Second Edition Chinese (Gonzalez), school classic image processing
- 2022-04-18 03:49:16下载
- 积分: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
-
一个取代GAPI的东西,非常好用。比GAPI 快3倍
一个取代GAPI的东西,非常好用。比GAPI 快3倍-a GAPI replace things, very handy. GAPI than three times faster
- 2023-05-14 21:50:03下载
- 积分:1
-
用如求直立主图统计程序。RGB有3个座标,分别是R,G,B,其值从0-255。把0-255分成4段,那么每个座标有4种取值,共可以表示4*4*4=64种颜色。程...
用如求直立主图统计程序。RGB有3个座标,分别是R,G,B,其值从0-255。把0-255分成4段,那么每个座标有4种取值,共可以表示4*4*4=64种颜色。程序中主要是histogram函数,它有两个参数,第1个参数是一个64位数组,每一位表示一种颜色,其值是该颜色出现的次数。另外两个函数numbercolor是对每个像素计算它的颜色值,fenduan是对参数x返回0-255中的某一段。主函数测试一副图片的颜色直方图的统计。-Used as the main map for vertical statistical procedures. RGB has three coordinates, namely R, G, B, its value from 0-255. The 0-255 is divided into 4, then there are four kinds of each coordinates value, can indicate a total of 4* 4* 4 = 64 kinds of colors. Process is mainly histogram function, it has two parameters, the first a parameter is a 64-digit group, each and every one expressed a different color, its value is the number of the color appears. The other two function numbercolor is calculated for each pixel its color value, fenduan of parameters x the return of a certain period of 0-255. The main function to test a picture of the color histogram statistics.
- 2022-10-26 15:15:04下载
- 积分:1
-
Third Generation uniform B
生成三次均匀B样条的曲线,可交互的改变关键点的位置,生成新的B样条-Third Generation uniform B-spline curves, interactive key change the location, the new generation of B-Spline
- 2022-07-15 08:53:43下载
- 积分:1
-
nehe的opengl教程第48课,nehe的教程十分出名,是初学者必备
nehe的opengl教程第48课,nehe的教程十分出名,是初学者必备-opengl tutorial nehe of the 48th Division, nehe the tutorial is very well known, is essential for beginners
- 2022-12-21 10:25:03下载
- 积分:1
-
最大方差展开 Maximum Variance Unfolding 降维算法
流形学习中的经典降维算法 Maximum Variance Unfolding 保持原高维空间点对距离与降维后低维空间的点对距离相等最大化方差
- 2022-08-11 17:09:40下载
- 积分:1
-
获取位图的大小代码
获取位图的大小代码-Source code used to get the size of the bmp image.
- 2022-12-11 10:20:03下载
- 积分:1