Down sampling

1 次查看(过去 30 天)
Riti kushwaha
Riti kushwaha 2011-11-4
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???

回答(2 个)

Amith Kamath
Amith Kamath 2011-11-5
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 个评论
Riti kushwaha
Riti kushwaha 2011-11-6
thank you amith... thanx for this tool..

请先登录,再进行评论。


Image Analyst
Image Analyst 2011-11-5
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 个评论
Walter Roberson
Walter Roberson 2011-11-6
"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 2011-11-6
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?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by