Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

What are the common features could be used for those classifiers?

1 visualización (últimos 30 días)
Eslam Hamed
Eslam Hamed el 4 de Dic. de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I have built a classifier that either uses K-nearest neighbor or linear discriminant functions to classify objects according to its class by using a training dataset for each class. I have used Maximum length and width, Centroids and medoids for helping the classifier to take the decision. As for an example about extraxting features of the object in the image, supposing that each image has one object with no noise.
for k=1:length(ClassImages)
ObjectInImage = ExtractObject(image);
[Medoid, Centroid, Length, Width] = ImageFeatures(ObjectInImage);
AllLengths{k} = Length;
AllWidths{k} = Width;
Centroids{k} = Centroid;
Medoids{k} = Medoid;
end
What are another common features could be used for real dataset images, like cars, trees, chairs, and so on?

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by