Down sampling

2 ビュー (過去 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 Center および File ExchangeMultirate Signal Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by