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

조회 수: 2 (최근 30일)
guru
guru 2014년 11월 10일
편집: ayushi 2016년 7월 6일
i'm doing feature extraction technique,i have used gabor filter for feature extraction. how to create the feature vector ??????
  댓글 수: 1
Geoff Hayes
Geoff Hayes 2014년 11월 10일
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.

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

답변 (1개)

Image Analyst
Image Analyst 2014년 11월 10일
Just string all the numbers for the various measurements together.
myFeatureVector = [measurement1, measurement2, measurement3]; % as many as you have.
  댓글 수: 3
Image Analyst
Image Analyst 2016년 6월 30일
It is already a vector.
ayushi
ayushi 2016년 7월 4일
편집: ayushi 2016년 7월 6일
thank you sir please guide me because i am not getting how to fed them to svm training for further classification of them

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

카테고리

Help CenterFile Exchange에서 Deep Learning for Image Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by