how to create the feature vector for the image??????????????

3 visualizaciones (últimos 30 días)
guru
guru el 10 de Nov. de 2014
Editada: ayushi el 6 de Jul. de 2016
i'm doing feature extraction technique,i have used gabor filter for feature extraction. how to create the feature vector ??????
  1 comentario
Geoff Hayes
Geoff Hayes el 10 de Nov. de 2014
guru - have you written some code that you are using for this feature extraction technique, or are you using some code found on the File Exchange or elsewhere? If the latter, then you may want to reference this code so that others can have a look at it and help you to define the feature vector.

Iniciar sesión para comentar.

Respuestas (1)

Image Analyst
Image Analyst el 10 de Nov. de 2014
Just string all the numbers for the various measurements together.
myFeatureVector = [measurement1, measurement2, measurement3]; % as many as you have.
  3 comentarios
Image Analyst
Image Analyst el 30 de Jun. de 2016
It is already a vector.
ayushi
ayushi el 4 de Jul. de 2016
Editada: ayushi el 6 de Jul. de 2016
thank you sir please guide me because i am not getting how to fed them to svm training for further classification of them

Iniciar sesión para comentar.

Categorías

Más información sobre Deep Learning for Image Processing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by