-
K-means
按照最邻近原则把待分类样本点分到各个簇。然后按平均法重新计算各个簇的质心,从而确定新的簇心。一直迭代,直到簇心的移动距离小于某个给定的值。(According to the nearest neighbor principle, the sample points to be classified are divided into clusters. Then the centroid of each cluster is recalculated according to the average method to determine the new cluster center. Iterate until the moving distance of the cluster center is less than a given value)
- 2020-06-19 03:00:01下载
- 积分:1
-
Gist-Retrieval
gist特征用于商品图像检索,其为全局特征,检索效果非常好。(GIST feature is used to realize image retrival it performs very well.)
- 2011-07-11 13:53:19下载
- 积分:1
-
5
说明: 对图像进行细化和提取骨架操作,还是那句话,绝对原创(read an image and proccessed with matlab to get its skeleton and the result of thin)
- 2010-01-10 10:35:10下载
- 积分:1
-
SAD
C++实现的SAD立体匹配算法,速度快,效果不错(SAD stereo matching method,it runs well.)
- 2021-01-19 16:38:42下载
- 积分:1
-
对影像进行SavitzkyGolay平滑ENVI_Savitzky_Golay_Filter
说明: 对影像进行SavitzkyGolay平滑,去除噪点(To smooth the image and remove the noise)
- 2020-02-15 10:46:27下载
- 积分:1
-
LSD-OpenCV-MATLAB-master
LSD直线检测 基于LSD的直线提取算法(line segment detector)
- 2018-05-26 10:47:39下载
- 积分:1
-
Image-binarization
说明: 图片自适应二值化处理,二值化处理使用简单方便。(Adaptive binarization image processing, binary processing easy to use.)
- 2011-03-01 01:16:18下载
- 积分:1
-
HoughCy
好用地 matlab版本地 用hough变换进行直线提取地程序,提取最长地直线,以后会改进,可以提取累计矩阵中,局部峰值点地直线!(good land use Matlab version hough transform line extraction procedures. to extract the longest line, it will improve, can extract accumulated matrix, partial to the peak point straight!)
- 2007-05-27 10:48:03下载
- 积分:1
-
interpolation
matlab3种内插法的实现。最近邻内插法,双线性内插法,双三次内插法的具体实现(To realize interpolation in matlab3)
- 2020-12-07 19:59:21下载
- 积分:1
-
KNearestclass
使用K近邻算法对一个2维德样本集进行分类,样本集的分布为混合高斯分布。(K nearest neighbor to use a 2 Verde sample set for classification, the distribution of sample set for mixed Gaussian distribution.)
- 2008-06-25 04:50:13下载
- 积分:1