Down sampling

3 views (last 30 days)
Riti kushwaha
Riti kushwaha on 4 Nov 2011
heyy guys this is Riti in image processing m having large set of feature vectors now(after applying different types of filtering technique), now i have to reduce the features using down sampling.. which type to down sampling should i use and how to use???

Answers (2)

Amith Kamath
Amith Kamath on 5 Nov 2011
I would assume that in this case, a more apt term is dimensionality reduction, which has to be done based on what features have the most distinguishing power, and that, in turn has to be found out based on which learning model you are using. I know this answer seems very generic, but so is the question! You may find PRtools linked here quite interesting:
Thanks!
  1 Comment
Riti kushwaha
Riti kushwaha on 6 Nov 2011
thank you amith... thanx for this tool..

Sign in to comment.


Image Analyst
Image Analyst on 5 Nov 2011
I assume, like Amith, that you don't really mean down sampling. So you might look into principle components analysis, and the like. If you have a statistician available, I'd definitely talk to him or her for assistance. They can help a lot.
  3 Comments
Walter Roberson
Walter Roberson on 6 Nov 2011
"down sampling" has a very different meaning than that in image processing and signal processing, so that term is getting in the way of people understanding what you are trying to do.
If you have redundant features, then why bother to calculate those?
If you do not know ahead of time which features are redundant, then what will you use to determine afterwards which features are redundant? Will you, for example, be looking for duplicate rows (or columns as appropriate) to see that one feature had all the same outcomes as a different feature?
Image Analyst
Image Analyst on 6 Nov 2011
You have "40(orientations)*(137*128)(image size) features."??? So it appears that the number of features you measure depends on the number of pixels??? This is very unusual. Usually you might have only a handful to a few dozen features, not thousands. By the way, the pixel value itself is not a feature. Can you tell me why the number of features that you measured depends on the number of pixels?

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!