How do I classify points in an image into groups?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello to you all
I have an image that contains points and I want to combine these points based on the distance between them and finally surround each group;
Thank you for your help, and here attached an example of the image
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/149167/image.png)
0 Commenti
Risposte (3)
Salaheddin Hosseinzadeh
il 17 Apr 2015
Hi Maa Kari,
You can shrink the spots to a single point using bwmorph().
Then you may classify them according to their X and Y position, or you can use a perceptron for classification.
Good luck ;)
0 Commenti
Image Analyst
il 17 Apr 2015
It sounds like you don't have an image but actually just a list of x,y coordinates. Do you have the Statistics and Machine Learning Toolbox? There are functions in there for clustering/classification. For example, you could use kmeans().
4 Commenti
Image Analyst
il 23 Apr 2015
The Statistics and Machine Learning Toolbox provides supervised and unsupervised machine learning algorithms, including support vector machines (SVMs), boosted and bagged decision trees, k-nearest neighbor, k-means, k-medoids, hierarchical clustering, Gaussian mixture models, and hidden Markov models.
Vedere anche
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!