Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Hi... a image is there .. how to select some particular amount non zero coefficients ?
7 ビュー (過去 30 日間)
古いコメントを表示
for examble 2568256 ....i want to take (256*256)/4 coefficients .. is thresholding is the method for this .. if thresholding is the method to do this whether we have to set manually value to select upper thershold?
if pixelvalue >150
{
select
}
else{}
this concept will work it out?
3 件のコメント
Image Analyst
2012 年 1 月 5 日
I have no idea what coefficients you're talking about, despite this poorly commented code.
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!