Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - c B
Search - c B - List
采用B样条进行金字塔分解的C源代码,移植性好。-used for B-spline pyramid decomposition of C source code portability good.
Date : 2008-10-13 Size : 16.31kb User : 王设

功能是图象的检测,模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-function is image detection, template matching process compiler command line as follows vcvars32 rc bmp.rc cl detect.c b mp.res user32.lib gdi32.lib Note : running, documents c : \\ test.bmp must exist
Date : 2008-10-13 Size : 22.42kb User : zhanghua

实现C语言的画图功能,配有三次B样条曲线的实例,可以放心使用!-realization of the class C language function, is equipped with three B-spline curves examples can be assured use!
Date : 2008-10-13 Size : 5.13kb User : 周琳

系统基本功能要求: 1、制图功能 作为一个功能较为完善的建模工具,制图功能应该是最不可或缺的。本建模工具可以实现对于直线、连续直线、多边形区域、圆、圆形区域、圆弧、字符(包括汉字和英文字母)Beizer曲线、B样条曲线等图形元素的较精确绘制,能够根据工业流程实现流程的图示节点表示,并实现包括添、删、移动、连接、清除流程图示节点等编辑功能,和对流程图示节点的仪器功能参数进行设置。对于初级用户而言,操作比较简单,无需太多的学习时间即可进行图形绘制。 2、存储功能 拥有制图功能,同样,建模工具的存储功能也是必不可少的。否则,制图就失去了其应有的意义。本建模工具可将数据结果以特定格式存储在相关数据库中,免除了纸张存储的繁琐和不便,并且比纸张存储更安全可靠。 -basic system functions : one, mapping function as a function of better modeling tools, mapping is the most indispensable. The modeling tools can be achieved for the straight, continuous line, polygon regional round, circular area, arc, characters (including Chinese characters and English letters) Beizer curve, B-spline curves and other graphical elements in a more accurate rendering, according to industrial processes to achieve process icon nodes, including Tim and achieve cut, mobile, connectivity, Picture shows node removal processes such as editing, and the process equipment icon nodes function parameters set. For the primary users, the operation simple, without too much study time will be able to proceed graphics rendering. 2, storage functionality with mapping functions, and similarly
Date : 2025-12-21 Size : 231kb User :

采用B样条进行金字塔分解的C源代码,移植性好。-used for B-spline pyramid decomposition of C source code portability good.
Date : 2025-12-21 Size : 16kb User : 王设

功能是图象的检测,模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-function is image detection, template matching process compiler command line as follows vcvars32 rc bmp.rc cl detect.c b mp.res user32.lib gdi32.lib Note : running, documents c : \ test.bmp must exist
Date : 2025-12-21 Size : 22kb User : zhanghua

实现C语言的画图功能,配有三次B样条曲线的实例,可以放心使用!-realization of the class C language function, is equipped with three B-spline curves examples can be assured use!
Date : 2025-12-21 Size : 5kb User : 周琳

BGI演示程序2 svga64k.bgi:for TC的16位图形方式驱动程序,其使用方式看64k_test.c中的代码-BGI svga64k.bgi Demonstration Program 2 : for the TC 16 graphics mode drivers, looking at the use of the code 64k_test.c
Date : 2025-12-21 Size : 21kb User : weicy

Bezier曲线的C++算法实现.利用MFC库自己编写.-Bezier curve C algorithm. Use to prepare themselves for MFC.
Date : 2025-12-21 Size : 37kb User : 李才

使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。 -Help Example use this directory to open pic in the picture, and then click the button "switch", "1", "2", "3", "4" and "5", you can achieve precise positioning of the plate. Concrete steps 1.24 True Color-> 256 color grayscale. 2. Preconditioning: median filter. 3. Binarization: with an initial threshold T for the image binarization A binary image to be B. The initial determination of the threshold T is: to choose the threshold T = Gmax-(Gmax-Gmin)/3, Gmax and Gmin are the highest, lowest gray value. The thresholds for different licenses have a certain adaptability, to ensure that the basic background to be home for 0, in order to highlight the regional licenses. 4. Weaken the background interference. B to do a simple image of the adjacent pixels by gray values, a new image G, that is, Gi, j = | Pi, j-Pi, j-1 | i = 0,1, ..., 439 j = 0 , 1, ..., 639Gi, 0 = Pi, 0, the left edge of the direct assignment, will not affect the overall results. 5. Used in custom template filte
Date : 2025-12-21 Size : 2.61mb User : 曹晓峰

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 original code is in C#, but I didn t find this in here. So I added it to Java. If you d like to get the whole projet upload it or refer also to: http://www.mycsharp.de/wbb2/thread.php?postid=3564548#post3564548
Date : 2025-12-21 Size : 1kb User : dr4g0n76

OPTIONAL INPUTS (string/value pairs [default in brackets]) model - model(t)=m means use params from model m at time t [ones(1,T) ] In this case, all the above matrices take an additional final dimension, i.e., A(:,:,m), C(:,:,m), Q(:,:,m), R(:,:,m). However, init_x and init_V are independent of model(1). u - u(:,t) the control signal at time t [ [] ] B - B(:,:,m) the input regression matrix for model m -OPTIONAL INPUTS (string/value pairs [default in brackets]) model - model(t)=m means use params from model m at time t [ones(1,T) ] In this case, all the above matrices take an additional final dimension, i.e., A(:,:,m), C(:,:,m), Q(:,:,m), R(:,:,m). However, init_x and init_V are independent of model(1). u - u(:,t) the control signal at time t [ [] ] B - B(:,:,m) the input regression matrix for model m
Date : 2025-12-21 Size : 1kb User : letian

DL : 0
这是一个基于Visual C++ 6.0的windows程序,利用说三次样条插值,B样条插值,和Bezier曲线实现了曲线的生成-This is based on Visual C++ 6.0 for windows programs, the use of that cubic spline interpolation, B-spline interpolation, and Bezier curves to achieve the generation of the curve
Date : 2025-12-21 Size : 1.91mb User : zhouting

DL : 1
a)GDI基本绘图:矩形,线段,椭圆,圆角矩形,铅笔画,多线(不闭合),多边形(闭合),半月铉等等。 b)边框和颜色设置。 c)每种图层支持绘画过程。 d)每种图层都支持拖动过程。 e)在OnDraw函数中,使用双缓冲技术防止闪烁 -a) GDI Basic Drawing: rectangle, line, ellipse, rounded rectangle, pencil drawing, multi-line (not closed), polygons (closed), a half-hyun. b) borders and color settings. c) for each layer to support the process of painting. d) Each layer supports drag process. e) in the OnDraw function, use double buffering technology to prevent flicker
Date : 2025-12-21 Size : 5.21mb User :

图形化计算器的实现a) 支持你在 Project 1 中所完成的计算器的所有功能; b) 使计算器支持两种工作模式:一种是输入一个完整表达式,获取计算结果, 这种工作模式类似于我们计算表达式的过程;第二种是进行即时计算,即 显示单步的计算的中间结果,这种工作模式类似于一个普通计算器的功能。 用户可以通过图形界面对两种工作模式互相切换; i. 例如给定计算表达式5+3*4。在第一个工作模式下,用户输入”5+3*4=”, 显示结果为17。第二种工作模式下,用户输入”5+3”,然后输入”*”时, 计算器自动计算前一个子表达式结果为8,用户接着输入”4=”,计算器 计算表达式结果为32。 c) 提供一系列的计算器按键,使得用户可以输入表达式; d) 计算器应该至少包括两个文本框:一个输入框和一个输入框。输入框代表 了用户输入的计算表达式,输出框显示了计算结果。*/-Graphical calculator to realize a) support you in the completion of the Project 1 calculator all functions b) make the calculator supports two modes of operation: one is to enter a complete expression, access to the results, this kind of work We calculate the expression pattern is similar to the process the second is calculated in real time, the intermediate result is displayed in a single-step calculation, this operating mode is similar to the function of an ordinary calculator. Users can toggle through a graphical interface for both operating modes with each other i example given calculation expression 5+3* 4.. In the first mode, the user enters " 5+3* 4 =" , displays the results for the 17. In the second mode, the user enters " 5+3" , then enter " *" , the former calculator automatically calculates the results of a sub-expression is 8, the user then enter " 4 =" calculator expression result is 32. c) provide a range of calculator keys, allows the
Date : 2025-12-21 Size : 6kb User : lynn

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
Date : 2025-12-21 Size : 2.72mb User : mczhang13
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.