I have extracted all the size blobs form a dataset.
Mostrar comentarios más antiguos
using the K-means i am trying to classify theses blobs into 2 classes(vehicles,pedestrians). how i could using the area blobs to do this.
3 comentarios
Image Analyst
el 16 de Nov. de 2015
What are the features you're measuring and going to pass to kmeans()?
sassi nizar
el 16 de Nov. de 2015
Image Analyst
el 16 de Nov. de 2015
That will produce nonsense.
Respuestas (1)
KJVKU999
el 16 de Nov. de 2015
0 votos
- Decide first your features
- Prepare features from your extracted blob/blob size data, and
- You need to make table/matrix of the features including the class name/label.
- Now pass your feature matrix/table to one of the classification methods. The procedure will generate one structure file from which you can predict un-labled/unknown data.
1 comentario
KJVKU999
el 16 de Nov. de 2015
If Area of the blob is your feature:
- Calculate area of the blobs and prepare matrix/table. Follow above steps.
Categorías
Más información sobre k-Means and k-Medoids Clustering en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!