Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
i need a code for adaptive clustering.steps is here.anybody please help me?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
1. Define seed point Co by calculating the average intensity of that image. 2. Define a pixels cluster which the intensities are less than Co. 3. Calculate the average intensity C1 of that cluster. 4. Iterate the process by returning to step 2 for defining additional pixels cluster and then calculating C2. 5. We repeat above processes until(Ci-1-Ci)<T. where T is a calibrated parameter. Co,C1,...Ck represent the cluster centers. The final step is to group image pixels in such a way that pixel is assigned to the nearest cluster center measuring by Euclidian distance of intensity.
1 commentaire
Réponses (0)
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!