登录 注册
当前位置:主页 > 资源下载 > 14 > 彩色图像分割的 Hill-Climbing 算法

彩色图像分割的 Hill-Climbing 算法

  • 更新:2024-06-20 09:41:32
  • 大小:84KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

Hill-Climbing Algorithm for Color Image Segmentation. % IDX = KMEANS(X, K) partitions the points in the N-by-P data matrix % X into K clusters. This partition minimizes the sum, over all % clusters, of the within-cluster sums of point-to-cluster-centroid % distances. Rows of X correspond to points, columns correspond to % variables. KMEANS returns an N-by-1 vector IDX containing the % cluster indices of each point. By default, KMEANS uses squared % Euclidean distances.