Borrar filtros
Borrar filtros

I have extracted all the size blobs form a dataset.

2 visualizaciones (últimos 30 días)
sassi nizar
sassi nizar el 16 de Nov. de 2015
Comentada: Image Analyst el 16 de Nov. de 2015
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
sassi nizar
sassi nizar el 16 de Nov. de 2015
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 el 16 de Nov. de 2015
That will produce nonsense.

Iniciar sesión para comentar.

Respuestas (1)

KJVKU999
KJVKU999 el 16 de Nov. de 2015
  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 comentario
KJVKU999
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.

Iniciar sesión para comentar.

Categorías

Más información sobre Computer Vision with Simulink en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by