搜索资源列表
kmeans
- 该函数采用kmeans法进行阈值分割 二值化kmeans.c
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
LaplacianPyramid
- 拉普拉斯金字塔出来程序,在OpenCV开发环境下能实现多分辨率多多尺度的拉普拉斯金字塔的图像处理。-The programming can deal with Laplacian Pyramid. Firstly ,using Gaussian pyramid process image, then using Gabor deal with it.The effect is very good.
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
kmlocal-1.7.2
- C实现的kmeans聚类算法 根据输入数据,进行kmeans聚类 -C to achieve kmeans clustering algorithm based on the input data, kmeans clustering
KMEANS
- 用C语言实现的基于均值聚类算法的图像分割的中心程序-c kmeans
DigitalImageprocessing2
- lesson4 讲解kmeans cluster algorithm 1. C++程序名 pointCluster 2. 数据文件 non 3. PowerPoint 文件 K_means -lesson4 explain kmeans cluster algorithm 1. C++ program name pointCluster 2. data file non 3. PowerPoint file K_means
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
FCM
- 此代码为模糊C均值聚类的图象分割算法的MATLAB实现(与kmeans方法有所不同)-This code is the image of the fuzzy C-means clustering segmentation algorithm in MATLAB
Digital-iamge_MFC
- 运用C实现了数字图像的一些基本算法,包括canny edge detection,阈值变换,维纳滤波,直方图均衡,图像细化,旋转,图像配准,图像分割kmeans, isodata, fuzzy c means, fuzzy clustering, mrf image seg, 图像浏览,road svm using matlab, snakes matlab, anistropic gaussian filter-Canny edge detection, threshold transform
tuxiang
- 自己写的一个C++程序,KMEANS的,希望大家-To write a C++ program, KMEANS, we hope to see
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
- 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)
ImageClustering
- 聚类算法,遥感影像分割,包含k means,isodata,模糊c聚类,模糊阈值聚类(clustering algorithm,image segmentation,K means,isodata)