I have extracted all the size blobs form a dataset.
显示 更早的评论
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 个评论
Image Analyst
2015-11-16
What are the features you're measuring and going to pass to kmeans()?
sassi nizar
2015-11-16
Image Analyst
2015-11-16
That will produce nonsense.
回答(1 个)
KJVKU999
2015-11-16
0 个投票
- 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 个评论
KJVKU999
2015-11-16
If Area of the blob is your feature:
- Calculate area of the blobs and prepare matrix/table. Follow above steps.
类别
在 帮助中心 和 File Exchange 中查找有关 k-Means and k-Medoids Clustering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!