Error using imnoise>ParseInputs (line 227)

13 Ansichten (letzte 30 Tage)
vetri veeran
vetri veeran am 24 Okt. 2014
Beantwortet: Geoff Hayes am 24 Okt. 2014
code:
k = imread('filter.jpg'); l = imnoise(k,'salt & papper',0.02); I got an error as
Error using imnoise>ParseInputs (line 227) Unknown noise type: 'salt & papper'.
Error in imnoise (line 85) [a, code, classIn, classChanged, p3, p4] = ParseInputs(varargin{:});
help me in this regard.
Thanks in advance

Akzeptierte Antwort

Geoff Hayes
Geoff Hayes am 24 Okt. 2014
You have a typo in the noise type - it should be pepper and not papper. Try the following instead
imnoise(k,'salt & pepper',0.02);

Weitere Antworten (0)

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by