文件名称:K_Means_image_compression
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
- K means algorithm is performed with different initial centroids in order to get the best clustering.
- The total cost is calculated by summing the distance of each point to its cluster centre and then summing over all the clusters.Based on the minimum overall cost achieved during each iteration of iterKMeans the pixel assignment to their respective clusters are made and final compressed image is obtained. This algorithm will run slower as the number of clusters , size of the image and number of iterations increase.-- K means algorithm is performed with different initial centroids in order to get the best clustering.
- The total cost is calculated by summing the distance of each point to its cluster centre and then summing over all the clusters.Based on the minimum overall cost achieved during each iteration of iterKMeans the pixel assignment to their respective clusters are made and final compressed image is obtained. This algorithm will run slower as the number of clusters , size of the image and number of iterations increase.
- The total cost is calculated by summing the distance of each point to its cluster centre and then summing over all the clusters.Based on the minimum overall cost achieved during each iteration of iterKMeans the pixel assignment to their respective clusters are made and final compressed image is obtained. This algorithm will run slower as the number of clusters , size of the image and number of iterations increase.-- K means algorithm is performed with different initial centroids in order to get the best clustering.
- The total cost is calculated by summing the distance of each point to its cluster centre and then summing over all the clusters.Based on the minimum overall cost achieved during each iteration of iterKMeans the pixel assignment to their respective clusters are made and final compressed image is obtained. This algorithm will run slower as the number of clusters , size of the image and number of iterations increase.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
K Means
.......\bird_small.png
.......\computeCost.m
.......\computeNewCentroids.m
.......\corals.jpeg
.......\displayImage.m
.......\findClosestCentroids.m
.......\GreatBarrierReef.jpg
.......\horse.jpg
.......\initCentroids.m
.......\KMeans.m
.......\README.txt
.......\runKMeans.m
license.txt