-
在这个目录中包含代码实现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
-
画椭圆的方法有很多,这是其中一种,用DDA算法画的
画椭圆的方法有很多,这是其中一种,用DDA算法画的-oval paintings are lots of ways, this is one of those painted with the DDA Algorithm
- 2023-09-05 05:10:03下载
- 积分:1
-
Use OpenCV for contour extraction, very good use! OpenCv for the beginner who is...
利用OpenCV进行轮廓提取,很好用!对于初学openCv的人来说是个很好的入门例程-Use OpenCV for contour extraction, very good use! OpenCv for the beginner who is a good entry-routine
- 2022-10-26 09:35:03下载
- 积分:1
-
Image recognition, through the matrix, respectively, read into the shape of imag...
图像识别,通过矩阵计算分别读入图像的形状,可区分三角,椭圆,圆形,长方等规则几何-Image recognition, through the matrix, respectively, read into the shape of images, can be distinguished triangle, oval, round, rectangular, such as the rules of geometry
- 2022-03-21 00:15:18下载
- 积分:1
-
两种有限差分流体比较程序的源代码(Direct3d)
两种有限差分流体比较程序的源代码(Direct3d)-Comparison of two kinds of finite-difference fluid program" s source code
- 2022-02-06 01:41:39下载
- 积分:1
-
canny edge detection algorithm, two
canny边缘检测算法,二维,可以进行边缘检测。有需要的人可以继续联系。-canny edge detection algorithm, two-dimensional, edge detection can be carried out. There is need to continue to contact people.
- 2023-07-24 19:40:03下载
- 积分:1
-
几个小的圆的合成程序,互相交流一下,本人水平很低,初学者
几个小的圆的合成程序,互相交流一下,本人水平很低,初学者-Several small circular synthetic procedures, mutual exchange, I am a very low level of beginners
- 2022-12-19 21:15:03下载
- 积分:1
-
registration image.two image register
registration image.two image register
- 2022-01-31 12:27:17下载
- 积分:1
-
OpenCV是一个功能强大的图像处理类库,该程序演示了图像的载入以及如何把bmp转换为OpenCV支持的格式。...
OpenCV是一个功能强大的图像处理类库,该程序演示了图像的载入以及如何把bmp转换为OpenCV支持的格式。-OpenCV is a powerful image processing library, the program demonstrated the images printed and how conversion to OpenCV bmp format support.
- 2023-06-15 07:00:04下载
- 积分:1
-
BMP bitmap file structure and VC operation. Doc 083812.rar
BMP位图文件结构及VC操作.doc 083812.rar-BMP bitmap file structure and VC operation. Doc 083812.rar
- 2022-04-28 19:42:46下载
- 积分:1