Kuwahara filter help
Kuwahara filter help
(OP)
http:// www.mathwo rks.fr/mat labcentral /fileexcha nge/loadFi le.do?obje ctId=15027 &objec tType=FILE
Here is kuwahara filter code.
I can't start this function as is said :
filtered = Kuwahara(original,5);
It's always drop me out error:
??? Undefined function or variable 'original'.
I tryed 3 differend file types : tiff , jpg, png.
Do anyone can check and tell me if it's because of my old version of matlab 7
or just there is something i don't understand in running this program.
Here is kuwahara filter code.
I can't start this function as is said :
filtered = Kuwahara(original,5);
It's always drop me out error:
??? Undefined function or variable 'original'.
I tryed 3 differend file types : tiff , jpg, png.
Do anyone can check and tell me if it's because of my old version of matlab 7
or just there is something i don't understand in running this program.





RE: Kuwahara filter help