搜索资源列表
膨胀运算源程序
- 这段程序实现了对图像的膨胀运算,针对的都是黑色点。参数中有一个BOOL变量,为真时,表示在水平方向进行膨胀运算,即结构元素B为(1 ,1. ,1)否则在竖直方向上进行膨胀运算,即结构元素B为1 1.1 。-this program for the expansion of computing image has been aimed at Black Point. Parameters have a BOOL variable to true, in the horizontal directi
基本代码实现
- 系统基本功能要求: 1、制图功能 作为一个功能较为完善的建模工具,制图功能应该是最不可或缺的。本建模工具可以实现对于直线、连续直线、多边形区域、圆、圆形区域、圆弧、字符(包括汉字和英文字母)Beizer曲线、B样条曲线等图形元素的较精确绘制,能够根据工业流程实现流程的图示节点表示,并实现包括添、删、移动、连接、清除流程图示节点等编辑功能,和对流程图示节点的仪器功能参数进行设置。对于初级用户而言,操作比较简单,无需太多的学习时间即可进行图形绘制。 2、存储功能 拥有制图功能,
vgbcsrc
- Marat Fayzullin wanted the name of this emulator changed since it is too similar to the name of his emulator. Thus, this Gameboy Color emulator no longer has a name. The full source code is released along with a compiled binary. This program is
jiaotongdeng
- LED显示屏在交通控制中采用广泛,如图1(a-b)试设计一个矩形LED显示屏(软件模拟),并能显示至少5种不同的交通标识-LED display in the traffic control used in a wide range of Figure 1 (ab) try to design a rectangular LED display (software simulation), and can show at least five kinds of different traffic
afdfdsfads
- 本文实现了利用B样条函数对图象插值放大的快速算法,并在此基础上,进一步提出了彩色图象放大的方案,既先将图象从RGB空间转换到YUV空间,对UV分量插值放大后进行低通滤波处理,最后再将图象转换至RGB空间。实验结果显示了该方法插值效果好并且处理时间短。-In this paper, the realization of the use of B-spline function of image interpolation to enlarge the fast algorithm, and on
DW_TO_BMP
- 保存DW为BMP的2种方法 压缩包解压时没有密码,供大家学习使用,用的好请继续转载!-DW as a BMP to preserve the two kinds of methods when extracting compressed packets do not have a password for them to learn to use, please continue with the good reprint!
Identified-to-the-circuit
- 输入信号A、B为相位差90°的方波信号。当A导前B 90°时,Uo1有输出,Uo2无输出,当B导前A 90°时,Uo1无输出,Uo2有输出,实现辨向。 -Input signals A, B phase difference 90 ° for the square wave signal. When A Introduction B 90 °, when the former, Uo1 have output, Uo2 no output, when the B I. A 90 ° when t
Licensenumber
- 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
ColorBlobExtractor
- This is a rudimentary color blob extractor. You may choose ExtractBlobs(int r, int g, int b) and call it with a tolerance for each value of red, green and blue channel. Afterwards you get the rectangles containing mainly this colors. Note: The
histgram
- 实现了图像的R、G、B三通道的提取,在实现灰度的基础上提取了一副bmp格式图像的三通道颜色特征-To achieve the image R, G, B three-channel extraction, in achieving the gray-scale based on the extracted a bmp format images of the three-channel color feature
BSpline
- 本应用程序,用户用鼠标左键单击的方式顺序输入控制点,鼠标左键双击代表结束,绘制以鼠标输入的点为控制点的4阶3次等距B样条曲线。具体实现功能 1. 绘制出控制多边形,标记控制点的位置; 2. 曲线以控制点序列的第一个点和最后一点为起点和终点,以控制多边形的第一条边和最后一条边为起点和终点的切线; 3. 改变其中的某一个控制点的位置,用另一颜色绘制新的曲线,与原曲线进行对比。-This application, the user left-click way to order input
Draw
- a)GDI基本绘图:矩形,线段,椭圆,圆角矩形,铅笔画,多线(不闭合),多边形(闭合),半月铉等等。 b)边框和颜色设置。 c)每种图层支持绘画过程。 d)每种图层都支持拖动过程。 e)在OnDraw函数中,使用双缓冲技术防止闪烁 -a) GDI Basic Drawing: rectangle, line, ellipse, rounded rectangle, pencil drawing, multi-line (not closed), polygons (
calculator
- 图形化计算器的实现a) 支持你在 Project 1 中所完成的计算器的所有功能; b) 使计算器支持两种工作模式:一种是输入一个完整表达式,获取计算结果, 这种工作模式类似于我们计算表达式的过程;第二种是进行即时计算,即 显示单步的计算的中间结果,这种工作模式类似于一个普通计算器的功能。 用户可以通过图形界面对两种工作模式互相切换; i. 例如给定计算表达式5+3*4。在第一个工作模式下,用户输入”5+3*4=”,
EditBkgColor
- MFC下有编辑框A,按钮B,按钮C,怎么写程序可以按下B后使A的背景变白色,按下C后变成红色- A edit box, button B, C MFC button down, after how to write a program by pressing B becomes the background A white, press the C into the red