can plz explain the source code in matlab

how or on what basis selected the numerical values for matrix e.g. labels=[],features[] etc are created for image dataset to be used for multiclass svm in matlab

 Respuesta aceptada

Image Analyst
Image Analyst el 25 de Abr. de 2014

0 votos

References are given in the documentation: http://www.mathworks.com/help/stats/svmclassify.html. You can read the papers to see how it's done in detail.

Más respuestas (1)

Walter Roberson
Walter Roberson el 25 de Abr. de 2014
Editada: Walter Roberson el 25 de Abr. de 2014

0 votos

Mark all of the images with no skin at all (showing only background) as being group 1; mark all of the images that show skin but have no skin disease as being group 2; mark all of the images that show skin disease as being group 3. These are the values that you would put into your labels vector.
I am not familiar with texture analysis to be able to guide you about what feature vectors you should create.

3 comentarios

Sheema Khattak
Sheema Khattak el 26 de Abr. de 2014
How would I mark these images?
Sheema Khattak
Sheema Khattak el 26 de Abr. de 2014
How would I specify that group 1=background,group 2 = no skin disease and group3=skin disease?
Walter Roberson
Walter Roberson el 29 de Abr. de 2014
You just create a vector of numbers. e.g., if your first row of features corresponded to a picture with no skin disease, then the first entry in the vector would be 2.

Iniciar sesión para comentar.

Categorías

Más información sobre Agriculture en Centro de ayuda y File Exchange.

Preguntada:

el 25 de Abr. de 2014

Comentada:

el 29 de Abr. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by