I have extracted all the size blobs form a dataset.
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
KJVKU999
2015 年 11 月 16 日
- 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.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!