필터 지우기
필터 지우기

I have extracted all the size blobs form a dataset.

조회 수: 2 (최근 30일)
sassi nizar
sassi nizar 2015년 11월 16일
댓글: Image Analyst 2015년 11월 16일
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
sassi nizar
sassi nizar 2015년 11월 16일
i have divided the image into blocks of 20*20, and i wanna calculate the size of the object in each block. After that, i pass the size and cell(blocks) to K means.
Image Analyst
Image Analyst 2015년 11월 16일
That will produce nonsense.

댓글을 달려면 로그인하십시오.

답변 (1개)

KJVKU999
KJVKU999 2015년 11월 16일
  1. Decide first your features
  2. Prepare features from your extracted blob/blob size data, and
  3. 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
KJVKU999 2015년 11월 16일
If Area of the blob is your feature:
  • Calculate area of the blobs and prepare matrix/table. Follow above steps.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by