Welcome![Sign In][Sign Up]
Location:
Search - K-mean

Search list

[Graph program数字图像处理alpha版

Description: 本软件是由作者经过数字图像处理课程的学习,采用vc++.net将其基本算法实现,其算法主要包括: 1.点运算(灰度直方图,直方图均衡处理,线性运算,二值化,灰度化等) 2.几何运算(旋转,放缩,镜像,平移) 3.几何空间增强(均值,中值滤波器,k近邻均值,中值滤波器,Roberts,sobel,priwitt,laplacian,wallis锐化算子等) 4.频率域增强(基2FFT进行空间域到频率域的转换,高斯,理想,巴特沃斯高低通滤波器) 5.形态学(膨胀,腐蚀,开,闭运算,边缘提取) 6.图像复原(加躁)----- 由于时间关系这部分为完成 7.另外加上一个用于读取24位dib的类。-the software is the author of Digital Image Processing courses of study, using vc. Net to its basic algorithm, the algorithm include : 1. Point Operators (histogram, histogram equalization, linear operation, two values, such as Gray) 2. Geometric Operational (rotation, scaling, mirror and translation) 3. geometric space enhancement (mean, median filter, k neighbors Mean, Median Filter, Roberts, segmentation, priwitt, Laplacian, Wallis Sharpening operator, etc.) 4. frequency Domain Enhancement (radix 2 FFT space frequency domain to the domain conversion, Gaussian, ideals, Butterworth High-Low Pass Filter) 5. Morphology (expansion, corrosion, open and close operations, edge extraction) 6. Image Restoration (plus impatient Hoffmann because of the time this is completed seven. Added to read fo
Platform: | Size: 3416061 | Author: 王晗 | Hits:

[Other回文数

Description: 打印所有不超过n(取n<256) 的其平方具有对称性质的数(也称回文数)。 *题目分析与算法设计 对于要判断的数n,计算出其平方后(存于a),将a的每一位进行分解,再按a的从低到高的顺序将其恢复成一个数k(如n=13,则a=169且k=961),若a等于k则可判定n为回亠数。 -Print all over n (4 admission; 256) with the square of its symmetrical nature of the (also known palindrome numbers). * Topic analysis and design algorithms for determining the number n, calculated after its square (on a), a one for each of decomposition, according to a from low to high in the order of their resume into a few k (n = 13, a = 169 where k = 961) if a mean k n can be found to back Tou few.
Platform: | Size: 1051 | Author: 姚紫欣 | Hits:

[Other resourcekmeans_1

Description: RBF神经网络的K均值算法,C程序的,供大家参考!-RBF neural network algorithm mean K, C procedures, for your reference!
Platform: | Size: 30013 | Author: hxm | Hits:

[Other2655143923

Description: 此程序是在VC环境下实现k-means均值聚类算法-this procedure is in VC environment to achieve k-means clustering algorithm Mean
Platform: | Size: 39561 | Author: zheng | Hits:

[Otherdsphomework1

Description: 数字信号处理的应用之一是从含有加性噪声的信号中去除噪声。现有被噪声污染的信号x[k]=s[k]+d[k],式中: 为原始信号d[k]为均匀分布的白噪声。 (1)分别产生50点的序列s[k]和白噪声序列d[k],将二者叠加生成x[k],并在同一张图上绘出x0[k],d[k]和x[k]的序列波形。 (2)均值滤波可以有效去除叠加在低频信号上的噪声。已知3点滑动平均数字滤波器的单位脉冲响应为h[k]=[1,1,1 k=0,1,2],计算y[k]=x[k]*h[k],在同一张图上绘出前50点y[k],s[k]和x[k]的波形,比较序列y[k]和s[k]。 -digital signal processing applications from one containing additive noise signal denoising. Existing noise pollution was a signal x [k] = s [k] d [k], where : of the original signal d [k] uniform distribution of white noise. (1) have 50 points each sequence s [k] and white noise sequence d [k] superposition of the two generation x [k] and the same is likely to draw a map x0 [k] d [k] and x [k] waveform sequence. (2) mean filter can effectively remove superimposed on the low-frequency noise on the signal. 3:00 known moving average digital filter unit for pulse response h [k] = [k = 0,1,2 1,1,1] Calculation y [k] = x [k] * h [k], the same is likely to draw a map before 50 y [k] s [k] and x [k] waveform sequence comparison y [k] s and [k].
Platform: | Size: 29280 | Author: 魏臻 | Hits:

[Special Effectskmedfilter

Description: K近邻中值(均值)滤波器 1) 以待处理像素为中心,作一个m*m的作用模板。 2) 在模板中,选择K个与待处理像素的灰度差为最小的像素。 3) 将这K个像素的灰度均值(中值)替换掉原来的像素值。 -K-nearest neighbor median (mean) a filter) for the pixel to be addressed, for a m * m role template. 2) In the template, select and K-pending pixel gray worse for the smallest pixels. 3) this K-pixel gray average (median) replace the original pixel.
Platform: | Size: 1613 | Author: 上官云 | Hits:

[Other resourceBPSK_OVER_AWGN_CHANNEL

Description: Generate the digital AWGN signal n[k] (sampled n(t)) by generating zero mean Gaussian random variables independently (separately) for each k MATLAB function random.
Platform: | Size: 2438 | Author: 飞龙 | Hits:

[OtherKWNASO

Description: 自行implement的k-mean(含fuzzy c mean),可以直接於vc++針對大量數據 M行分群的動作()
Platform: | Size: 3072 | Author: hevcn | Hits:

[Algorithm新建文件夹

Description: K均值算法 简单的模式识别的算法 有详细的代码解释(Kmeans K mean algorithm simple pattern recognition algorithm has detailed code interpretation)
Platform: | Size: 20480 | Author: CoCongu | Hits:

[matlabRolling bear

Description: 采用PCA白化和K均值对轴承故障进行聚类分析(Clustering analysis of bearing failure by PCA whitening and K mean)
Platform: | Size: 4804608 | Author: lizeda | Hits:

[Other81404617RBFN_Example_v2014_08_18

Description: RBF代理模型matlab程序,包含K-mean程序和算例(RBFmetal model program)
Platform: | Size: 19456 | Author: 小葱小虫 | Hits:

[Special EffectsAP聚类

Description: AP聚类算法是基于数据点间的"信息传递"的一种聚类算法。与k-均值算法或k中心点算法不同,AP算法不需要在运行算法之前确定聚类的个数。(AP clustering algorithm is a kind of clustering algorithm based on "information transfer" between data points. Unlike the k- mean algorithm or the k center point algorithm, the AP algorithm does not need to determine the number of clustering before the operation algorithm.)
Platform: | Size: 52224 | Author: WanderKing | Hits:

[Mathimatics-Numerical algorithms8660260

Description: 自行implement的k-mean(含fuzzy c mean),可以直接於vc++針對大量數據 M行分群的動作()
Platform: | Size: 3072 | Author: mxxax%2B83002 | Hits:

[Special Effects5690930

Description: K-mean 模式 R e分析法使用k-mean作為分析方法()
Platform: | Size: 1024 | Author: Galbnkxi | Hits:

[Big DataIABC_KMC_test_on_Iris_wine_glass

Description: 克服K均值聚类算法易受初始聚类中心影响的缺点,优化K均值聚类算法(The K mean clustering algorithm is easily affected by the initial cluster center, and the K mean clustering algorithm is optimized.)
Platform: | Size: 23552 | Author: 记得sayhi | Hits:

[AI-NN-PRk_mean

Description: K—mean算法的matlab实现,适合算法初学者,可加深对其的理解(Matlab implementation of K - mean algorithm)
Platform: | Size: 1326080 | Author: 程序喵 | Hits:

[Otherwork20180228

Description: 通过lsh-cd生成不同情景,并使用k均值筛选代表性情景,(Scenario generation, K mean screening representative scenarios)
Platform: | Size: 4096 | Author: jiabaoyu | Hits:

[AI-NN-PR七个RBF神经网络的源程序

Description: 包含了RBF源代码,可以用于RBF神经网络编程,其中包括RBF聚类,K均值聚类等(It includes the RBF source code, which can be used for RBF neural network programming, including RBF clustering, K mean clustering, etc.)
Platform: | Size: 8192 | Author: 小梦321 | Hits:

[Big Data基于聚类的细分研究

Description: 使用R语言进行聚类分析的例子,包括层次聚类,k均值聚类,密度聚类等(Examples of clustering analysis using R language, including hierarchical clustering, K mean clustering, density clustering, etc.)
Platform: | Size: 2048 | Author: yyuan15 | Hits:

[matlab聚类分割彩色树叶图片

Description: 基于聚类的彩色图像分割,将彩色图像从RGB转化到lab彩色空间,取出lab空间的a分量和b分量,然后进行K-mean聚类将图像分割成3个区域(程序含有注释说明,可根据需求修改)。
Platform: | Size: 27629 | Author: htgao2019@foxmail.com | Hits:
« 1 2 ... 19 20 21 22 23 2425 26 27 28 »

CodeBus www.codebus.net