Click here to Skip to main content
15,885,916 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello everyone, this is for my honors project about image processing.

The problem that Im having is that when I use a grayscale image it gives an error where the wiener filter is implemented. (Sorry cannot recall the error, may edit later) but when its not grayscale, just normal color my program works perfectly.

The major concern I have is that the Wiener filter comes at the start of the process, so even though the rest is working fine, it is incomplete.

I used a 3x3 wiener filter function that was already in matlab namely wiener2(I,[3 3]) and used rgb2gray(I) for grayscale.


If anyone can help Ill appreciate it very much.
Posted
Updated 31-Oct-12 15:46pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900