Image denoising using wiener filter
1 回表示 (過去 30 日間)
古いコメントを表示
Dear all,
Can someone help me why this error happens shown in the picture bellow? I want to use weiner filter for image denoising but I stucked here.
0 件のコメント
採用された回答
Walter Roberson
2023 年 1 月 14 日
編集済み: Walter Roberson
2023 年 1 月 14 日
The filter does not support rgb images. The great majority of jpg are rgb images even if they look gray. You should rgb2gray or filter one colour at a time.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!