搜索资源列表
kmeans
- 该函数采用kmeans法进行阈值分割 二值化kmeans.c
kmeans
- 经典的java编写的模糊C算法,已经在eclipse中编译测试成功,可测试出多个gis坐标的中心点
KMEANS
- 用于kmeans算法实现,是用C语言编写的,易于转为C++,可以方便想知道kmeans后台算法的朋友学习,希望那个对大家有所帮助
KMeans-with-opencv k均值分类在遥感影像中的应用
- k均值分类在遥感影像中的应用,完整的c++代码,注释详细易懂,并且已经验证过-k-means classification in remote sensing images in the application, complete c++ code, comments, detailed and easy to understand, and have been verified
Kmeans
- 标准C++/C处理BMP图像,没有使用VC中的BITMAP类及任何不在ANSI-C中的结构和函数。采用了k_means压缩算法处理24bit(可以更改源码使之支持8-bit,16-bit和灰度bmp)源码注释详细,其中对BMP文件BMPHEADINFO的处理比较有趣。 new.cpp---->主要的程序代码 *.h----->一个产生U(0,1)随机数的发生器,相合度较小,DES函数产生。-Standard C++/C handle BMP images, do not us
Exemplo1
- Face Detec C# + EmguCV-Face Detectec C# + EmguCV
KMEANS
- 用C语言实现的基于均值聚类算法的图像分割的中心程序-c kmeans
kmeans
- k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。基于c++和opencv-This program gets an image and the desidered number of partitions and finds the means of the different classes and pro
KMEANS
- k均值算法,C++文件,读入txt文件的方式实现-k means algorithm, C++ files, read txt file means to achieve
kmean
- 包括K-均值聚类算法的思想介绍,kmeans的MATLAB代码,c语言代码、c++代码。-Including the K-means clustering algorithm introduced the idea, kmeans of MATLAB code, c language code, c++ code.-Entropy Based Subspace Clustering for Mining Data- ENCLUS- a new version of PROCLUS algorit
kmeans
- 此代码为模糊C均值聚类的图象分割算法的MATLAB实现-This code is the image of the fuzzy C-means clustering segmentation algorithm in MATLAB
kmeans
- opencv图像处理程序,关于kmeans算法C语言实现-opencv image-processing program, about the the kmeans algorithm C language to achieve
KMEANS
- 用于kmeans算法实现,是用C语言编写的,易于转为C++,可以方便想知道kmeans后台算法的朋友学习,希望那个对大家有所帮助-Kmeans algorithm used to realize, is to use C language, easy to C++, Can easily want to know the background kmeans Friend learning algorithm, in the hope that all of you to help
kmeans
- 《模式识别》课本中的一道课后题的代码实现 C均值算法 也叫做 K means- Pattern recognition in the textbook of a class of code to achieve the C algorithm is also called means K
kmeans
- code for K-means clustering using C
Ativnoisinmeans-c
- An adaptive image denoising technique based on the nonlocal means (NL-means) algorithm is investigated in this research. The proposed method first employs the singular value decomposition (SVD) method and the K-means clustering (Kmeans) techn
Kmeans
- K-means聚类函数,训练,多维特征,纯C语言实现。-K- means clustering function, training, multidimensional characteristics, pure C language implementation.
KMeans
- k均值分类在遥感影像中的应用,完整的c++代码-k-means classification in remote sensing images in the application
kmeans
- Kmeans算法使用C++实现,详细地展示了聚类的过程和结果,容易理解。转自博客-Kmeans C++ algorithm implemented clustering shows in detail the process and results, easy to understand. Transfer blog
Kmeans图像分类C++代码
- Kmeans图像分类C++代码,直接把输入图像的路径修改一下即可使用!!!(Kmeans image classification C++ code)