Info
この質問は閉じられています。 編集または回答するには再度開いてください。
i need a code for adaptive clustering.steps is here.anybody please help me?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!