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!