-
在这个目录中包含代码实现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
-
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
-
graphics program, VC write procedures for the determination and strongly recomme...
图形学程序,用VC写的示波图程序,强烈推荐下载。-graphics program, VC write procedures for the determination and strongly recommended download.
- 2022-06-30 03:48:35下载
- 积分:1
-
图象处理程序, 能把16位或24位等图象转化为8位(256色)图象,并保存到指定地址...
图象处理程序, 能把16位或24位等图象转化为8位(256色)图象,并保存到指定地址-Programs for image processing,can convert 16-bit or 24-bit images to 8-bit ones,and save them in the specific address.
- 2023-04-04 13:05:04下载
- 积分:1
-
自写了一个图像识别的UNIT,可以识别目前绝大多数论坛的验证码...
自写了一个图像识别的UNIT,可以识别目前绝大多数论坛的验证码-Picture identification
- 2022-01-21 19:57:21下载
- 积分:1
-
包括图像处理,包括图像变换。图像增强。图像复原,图像重建,图像分割,图像编码等内容...
包括图像处理,包括图像变换。图像增强。图像复原,图像重建,图像分割,图像编码等内容-including image processing, including image transformation. Image enhancement. Image restoration, image reconstruction, image segmentation, image coding content
- 2022-02-21 17:14:05下载
- 积分:1
-
基于大津法和迭代法的图像二值化程序,相当于利用该方法进行了图像的分割,源码已调试,很好使!...
基于大津法和迭代法的图像二值化程序,相当于利用该方法进行了图像的分割,源码已调试,很好使!-Based on the Otsu method and iterative method of image binarization procedure is equivalent to using the method of image segmentation, source code has been debugging, very good to make!
- 2023-04-13 11:55:03下载
- 积分:1
-
opencv颜色识别
opencv 中对颜色的识别,具体含有对红色黄色绿色蓝色的识别。。。。。。
- 2023-08-05 05:15:03下载
- 积分:1
-
vp中的特效 功能 及基本操作 框架都可以看到 帮助出学者
vp中的特效 功能 及基本操作 框架都可以看到 帮助出学者-vp effects in the function and basic operation of the framework can be seen to help the scholars
- 2022-05-21 16:05:32下载
- 积分:1
-
MATLAB
MATLAB实现基于互相关的亚像素级图像匹配/配准源代码Free Source Code for Efficient subpixel image registration by cross-correlation-MATLAB-based cross-correlation of sub-pixel image matching/registration Source Code Free Source Code for Efficient subpixel image registration by cross-correlation
- 2022-04-30 18:10:40下载
- 积分:1