-
C++ implementation of the fast distance transform algorithm
C++ implementation of the fast distance transform algorithm -C++ Implementation of the fast distance transform algorithm
- 2023-08-14 08:35:04下载
- 积分:1
-
savitzky-golay滤波
利用savitzky-golay实现数据平滑滤波处理,原理是取滤波点处左右各N点,共N+1点进行拟合,之后利用最小二乘法确定相关系数,从而得到滤波点处最后的数值。可推广至二维应用
- 2023-08-07 18:45:05下载
- 积分:1
-
Peking University
北京大学遥感所的研究生图像处理讲义高级遥感数字图像处理(硕士生课程)之第七章 代数运算-Peking University
- 2022-04-28 20:28:08下载
- 积分:1
-
一个外国人做的目标检测的源代码,很不错的,供参考…
一个外国人做的目标检测源代码,相当不错,仅供参考
- 2023-01-04 17:55:04下载
- 积分:1
-
利用画弧函数arc( )绘制不同的弧线,组成一个六叶的图案。
利用画弧函数arc( )绘制不同的弧线,组成一个六叶的图案。- () Draws up the different arc using picture arc function arc,
composes six designs.
- 2023-06-22 00:35:04下载
- 积分:1
-
图形处理中,扫描线算法的使用,以及在图形剪切两种算法的运用...
图形处理中,扫描线算法的使用,以及在图形剪切两种算法的运用-Graphics processing, the use of scan-line algorithm, as well as the use of two algorithms in graph cut
- 2022-03-25 06:28:27下载
- 积分:1
-
图形学实验 实现了直线绘制的多种算法 画圆以及椭圆 多边形绘制,填充 扫描线算法等等功能 和剪裁算法的实现...
图形学实验 实现了直线绘制的多种算法 画圆以及椭圆 多边形绘制,填充 扫描线算法等等功能 和剪裁算法的实现-Experimental Graphics realize the multi-linear mapping algorithm, as well as elliptical drawcircle polygon drawing, filling scan line algorithm so the function and cut algorithm
- 2022-01-23 10:46:08下载
- 积分:1
-
图像处理功能
用于图像处理函数类-for Image Processing Functions
- 2022-04-28 03:14:15下载
- 积分: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
-
用于证券技术分析的显示控件
用于证券技术分析的显示控件-Securities technical analysis for the display control
- 2022-02-01 00:07:13下载
- 积分:1