-
在这个目录中包含代码实现K
kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP -kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Outpu
- 2022-08-15 00:35:38下载
- 积分:1
-
对单通道图像做直方图
对单通道图像做直方图-done right single image histogram
- 2022-08-07 12:33:24下载
- 积分:1
-
形态学的基本操作:膨胀运算
连通区域很有效呀
形态学的基本操作:膨胀运算
连通区域很有效呀-Dilate Operate is useful for Connecting Region
- 2022-10-22 13:55:04下载
- 积分:1
-
Graphs
一个三维函数曲面的生成展示器。其公式编译器算法精妙速度极快。含全部Delphi+OpenGL源代码。-Graphs- Graphical Expression Viewer
- 2022-09-05 18:40:03下载
- 积分:1
-
可对图像进行几何、正交变换,图像增强,形态学变换,边缘与轮廓检测等的VC++实现源代码...
可对图像进行几何、正交变换,图像增强,形态学变换,边缘与轮廓检测等的VC++实现源代码-Can image geometry, orthogonal transformation, image enhancement, morphological transformation, edge and contour detection, etc. VC++ Realize the source code
- 2023-06-03 13:45:03下载
- 积分:1
-
地图中等值线的识别与矢量化(程序+源码)
地图中等值线的识别与矢量化,可以实现从栅格地图(目前支持bmp,emf等文件)中获取等值线.GIS工程有用的。-contour map of identification and vectorization, can be achieved from the raster maps (currently supports bmp, catalog, etc.) access contours. GIS projects useful.
- 2023-06-24 16:25:03下载
- 积分:1
-
给图形添加注释信息的程序源码,CSHARP编写
给图形添加注释信息的程序源码,CSHARP编写-Add comments to the graphics program information source, CSHARP preparation
- 2022-09-18 09:55:03下载
- 积分:1
-
Algorithm
bezier曲面的生成算法-Algorithm
- 2022-01-25 20:19:18下载
- 积分:1
-
是MATLAB中有关图形绘制的实用子程序,包括三角函数曲线,图形叠加,图形标注等30个实用程序...
是MATLAB中有关图形绘制的实用子程序,包括三角函数曲线,图形叠加,图形标注等30个实用程序-MATLAB graphics are drawn regarding the utility subroutines, including the trigonometric function curve, graphic overlay, graphic mark, such as utility 30
- 2022-04-08 00:44:00下载
- 积分:1
-
号码识别系统,用于识别手写数字。它写的是…
数字识别,识别手写体。 使用神经网络算法编写。 识别率一般,带训练功能-Number recognizing system,used to recogize the hand writing figures.It is writen by nero network and has low recognizing effects but we can exercise it.
- 2022-03-07 15:12:34下载
- 积分:1