Clear Filters
Clear Filters

how to use feature vectorization and pca for feature reduction?

3 views (last 30 days)
I have already extracted multiple features like color, texture, shape extracted using methods and algorithms like regionprops, color moments, glcm, vein feature and so on. I have 110 features per image. kindly guide me how to form feature vectorization and use pca for feature reduction.
thnx

Accepted Answer

Image Analyst
Image Analyst on 25 Nov 2016
Basically you've asked us to give you a course in Image Processing in an Answers forum posting. So here it is : http://szeliski.org/Book/
I'm also attaching my pca demo, actually given to me by the Mathworks.
  5 Comments
Walter Roberson
Walter Roberson on 26 Nov 2016
It is not required that you normalize features. However, normalizing features might give you much better results. Why not try it both ways?

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!