Can please someone tell me how to use multiclass svm image datatset in matlab?
    3 views (last 30 days)
  
       Show older comments
    
    Sheema Khattak
 on 20 Apr 2014
  
    
    
    
    
    Commented: Walter Roberson
      
      
 on 29 Apr 2014
            Can please someone tell me how to use multiclass svm image datatset in matlab? how to get started ,the flow and outline of the code as i am a beginner.thank you
0 Comments
Accepted Answer
  Walter Roberson
      
      
 on 20 Apr 2014
        13 Comments
  Walter Roberson
      
      
 on 29 Apr 2014
				No, the way you described it before, you would have an image that had no skin in it anywhere at all and so should be considered background, or you have an image that has skin disease in it somewhere and so should be classed as diseased, or the image has skin in it somewhere but none of the skin is diseased. You do not separate background, disease and no disease by segmentation, as that would imply that you are looking to break the image up into pieces and classify each of the pieces. Any one feature extraction or any one texture analysis is feed the entire image to work with. The internals of the analysis might choose to ignore most of the image, but that should be transparent to the rest of your processing. All the rest of your program needs to know is that it applied algorithm #17 to the entire image and got back this list of 38 double precision numbers in response.
More Answers (1)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!