登录
首页 » matlab » PAM

PAM

于 2013-01-09 发布 文件大小:2KB
0 233
下载积分: 1 下载次数: 13

代码说明:

  利用欧式度量聚类真实数据集和实际数据集用于对各类数据分类 (European metric clustering real data sets and real data sets for various types of data classification)

文件列表:

Euclidean_PAM_realdata.m,2486,2013-01-09
PAM_main_test_realdata.m,2742,2013-01-09
新建文本文档.txt,33,2013-01-09

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • NUFFT_code
    实现非均匀傅里叶变换代码,可用于石油地震勘探、航空航天、图像处理,电子电工方向。(Achieve non-uniform Fourier Transform code, can be used for seismic exploration, aerospace, image processing, electronics and electric direction.)
    2013-05-24 09:29:44下载
    积分:1
  • 去雾
    说明:  基于retinex算法对图像进行去雾算法(Image defogging algorithm based on retex algorithm)
    2020-03-28 19:43:47下载
    积分:1
  • FreeDiffract
    说明:  基于matlab上的菲涅耳离轴全息记录与再现程序,能对图像进行相应处理得到其全息图。同时能将其再现还原。(Based on the Fresnel off-axis holographic recording and reconstruction program on MATLAB, the hologram of the image can be obtained by corresponding processing. At the same time, it can be reproduced and restored.)
    2020-04-09 15:43:23下载
    积分:1
  • binary-image-processing
    二值图像处理运算是从数学形态学下的集合论方法发展起来的,尽管它的基本运算很简单,但是却可以产生复杂的效果。常用的二值图像处理操作有许多方法,如腐蚀、膨胀、细化、开运算和闭运算等等。本文对这些内容作些研究探讨, 希望对爱好图像处理的朋友有所帮助。(Binary image processing algorithms are developed set theory in mathematical morphology. Although its basic operation is simple, it can produce complex effects. Commonly used binary image processing operations there are many ways, such as corrosion, expansion, refinement, open operation and closed operation and so on. In this paper, some of these studies to explore, I hope to love image processing friends help.)
    2016-11-06 21:33:55下载
    积分:1
  • jpeg
    jpeg图像压缩和解压缩过程,使用的哈弗曼表包含于程序中,内有详细的文件说明(jpeg image compression and decompression process, the use of Huffman tables included in the program, with detailed documentation)
    2020-11-30 15:09:27下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • 双线性插值
    利用双线性插值,获取亚像素位置的灰度值。适用于得到sift、surf得到的特征点坐标处的灰度值获取(The gray value of sub-pixel position is obtained by bilinear interpolation)
    2018-10-08 14:47:10下载
    积分:1
  • avefilt
    去噪,一个非常好的去噪源代码,简单好用,设置方便(Denoising, denoising source code is a very good, easy to use and easy set up)
    2011-09-20 20:18:45下载
    积分:1
  • BPJDL-CVPR
    beta过程+稀疏表示,做单帧超分辨率重建(single imagle super-resolution by beta process)
    2020-11-10 21:19:46下载
    积分:1
  • SlidingWindow_based
    说明:  滑窗计算刀具磨损量,拟合刀具边界,自动计算磨损量(sliding window based tool wear calculation)
    2019-06-26 08:47:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载