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!