Image denoising using wiener filter
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Takele
el 14 de En. de 2023
Comentada: Takele
el 14 de En. de 2023
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 comentarios
Respuesta aceptada
Walter Roberson
el 14 de En. de 2023
Editada: Walter Roberson
el 14 de En. de 2023
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.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!