-
用MATLAB实现如何用判别分析法确定最佳阈值
用MATLAB实现如何用判别分析法确定最佳阈值-MATLAB how discriminant analysis method to determine the optimal threshold value
- 2023-02-03 11:35:04下载
- 积分:1
-
256调色板
256调色板-256 color palette
- 2022-07-15 02:26:27下载
- 积分:1
-
区域裁剪用鼠标动态实现 固定视窗 用vc++来实现的
区域裁剪用鼠标动态实现 固定视窗 用vc++来实现的-region with the mouse dynamic cutting fixed using Windows to achieve the vc
- 2022-07-20 08:03:54下载
- 积分:1
-
印章识别源代码,需要的朋友下载后可以研究
印章识别源代码,需要的朋友下载后可以研究-Seal to identify the source code, the need for friends to download can be studied after
- 2022-01-20 22:51:42下载
- 积分:1
-
字模提取软件,可以提取文字,图片以及动画的字模,感觉挺方便的。...
字模提取软件,可以提取文字,图片以及动画的字模,感觉挺方便的。-Font extraction software can extract text, images and animations of the font, feeling quite convenient.
- 2023-02-28 00:40:04下载
- 积分:1
-
Experimental Graphics class to do basic graphic element mapping process, using o...
图形学实验课上做的基本图元绘制的程序,用opengl实现-Experimental Graphics class to do basic graphic element mapping process, using opengl realize
- 2023-02-05 11:00:03下载
- 积分:1
-
线条数据点抽稀VB程序
线条数据点抽稀VB程序-lines of data points pumping dilute VB
- 2023-07-31 16:45:03下载
- 积分:1
-
显示三维网格模型
三维模型大多是用三角网格形式描述的,基于OpenGL和C++绘制了三角网格模型,并实现了与键盘和鼠标的交互,通过点击鼠标键和按键盘响应键,可以对模型进行旋转、缩放、移动等操作。
- 2023-05-17 08:20:04下载
- 积分:1
-
对数极坐标变换
代码应用三个函数实现图像从直角坐标系到对数极坐标的转换,可以自己输入变换尺度,变换方法,变换图形等参数。
- 2022-01-28 04:39:30下载
- 积分:1
-
在这个目录中包含代码实现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