-
Image pattern recognition
图象模式识别--VC++技术实现
① 选择【模板匹配分类器】菜单,可以应用模板匹配算法进行分类。
② 选择【Bayes分类器】菜单,可以应用Bayes算法进行分类。
③ 选择【线性函数分类法】菜单,可以应用线性函数算法进行分类。
④ 选择【非线性分类法】菜单,可以应用非线性算法进行分类。
⑤ 选择【神经网络分类器】菜单,可以应用神经网络算法进行分类。
-Image pattern recognition- VC++ technology to achieve
- 2022-01-30 19:52:21下载
- 积分:1
-
功能:画平面人工挖孔灌注桩.用于结构专业绘制基础详图.
功能:画平面人工挖孔灌注桩.用于结构专业绘制基础详图.-Features: Flat painting hand-dug pile. The basis for the structure of professional mapping details.
- 2023-06-03 02:10:03下载
- 积分:1
-
MATLAB动画源代码,可稍加调试后运行,精简代码
MATLAB动画源代码,可稍加调试后运行,精简代码-failed to translate
- 2022-03-15 00:53:15下载
- 积分:1
-
Chapter 7 Rational B
Chapter 7 Rational B-spline (NURBS) Surfaces
basis.c tbasis.c Calculates the B-spline basis functions.
frbsurf.c tfrbsurf.c Calculates and test the fast B-spline surface algorithm.
knot.c tknot.c Calculates an open knot vector.
rbspsurf.c trbsurf.c Calculates a rational B-spline (NURBS) surface.
rbsurf.h Header file for fast rational B-spline surface program
sumrbas.c Calculates the Sum function for a rational B-spline surface.
chap7all.zip ZIP file for all of Chapter 7.
chap7all.tar.gz UNIX tar file for all of Chapter 7.
- 2022-11-08 10:05:03下载
- 积分:1
-
Using CUDA for hierachy clustering taking advantages of Pararell programming
利用NIVIDIA公司的GPU编程SDK CUDA进行聚类分析-Using CUDA for hierachy clustering taking advantages of Pararell programming
- 2022-05-13 06:21:32下载
- 积分:1
-
GIF格式的C语言解码源程序GIF89A的标准文档
GIF格式的C语言解码源程序GIF89A的标准文档-GIF format C language source code decoding standard document GIF89A
- 2022-08-17 10:05:18下载
- 积分:1
-
切割激活窗口
关于激活窗口的裁剪-activated window on the cutting
- 2022-03-05 22:38:10下载
- 积分:1
-
二维CAD设计,比一般的都要好.值得一看,里面有四个人一个多月的心血,另加有十年编程经验的VC++老师的指导,非常难得!袁斌、徐建成、赵欣、刘钊。其中里面也包括...
二维CAD设计,比一般的都要好.值得一看,里面有四个人一个多月的心血,另加有十年编程经验的VC++老师的指导,非常难得!袁斌、徐建成、赵欣、刘钊。其中里面也包括我啦:)-2D CAD design, than the general good of all. An eye-catcher, there are four individuals for more than a month of work, plus a decade of experience in programming VC teacher"s guide, and very rare! Yuan Bin, Jiancheng, 41005, Liu Zhao. Also inside them-- including me :)
- 2022-01-31 20:37:07下载
- 积分:1
-
用opengl实现三维场景,可以向其中加入不同的模型,构建你自己的游戏世界...
用opengl实现三维场景,可以向其中加入不同的模型,构建你自己的游戏世界-Use opengl realize three-dimensional scenes can be added to the different models, build your own gaming world
- 2023-03-22 04:10:03下载
- 积分:1
-
OpenCV形态学膨胀、腐蚀
应用背景对图像进行腐蚀和膨胀处理,可以实现调节的力度,通过腐蚀和膨胀的结合使用,可以自动连接图像的破损部分,或者消除图像的多余部分。关键技术关键技术:opencv中,膨胀函数的使用和腐蚀函数的使用。还包括opencv读取图像,显示图像窗口,以及其他opencv函数的调用。
- 2022-07-26 16:16:52下载
- 积分:1