- In order to perform subtractive clustering, you can use the "subclust" function. This function accepts matrices of size MxN as well. You can use the grayscale image as an input in the form of a matrix by referring the following documentation: https://www.mathworks.com/help/fuzzy/subclust.html
- For using the obtained cluster centres, specify the initial cluster centers using the "Start" parameter while performing the kmeans clustering. For more information refer to the "Name-Value Arguments" section in the following documentation: https://www.mathworks.com/help/stats/kmeans.html#namevaluepairarguments:~:text=double%20%7C%20single-,Start,-%E2%80%94%20Method%20for
how the subtractive clustering can be applied on a gray scale image?
조회 수: 1 (최근 30일)
이전 댓글 표시
can you send me the codes to apply subtractive clustering on gray scale image,or how we decide the cluster center using subtractive clustering.After finding cluster center how we assign these centers in k-means clustering.
댓글 수: 0
답변 (1개)
Gojo
2024년 9월 18일
편집: Shubham
2024년 9월 18일
Hey Pooja,
I hope this helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!