Better image is it possible?
Ältere Kommentare anzeigen
I can not understand why there is a noise filter. All examples, which on the net are same and they are always adding noise firstly, after they filter to clean noise. Can ı improve a photo in terms of noise with Matlab.
And I have another question
Error message was that
Error using medfilt2
Expected input number 1, A, to be two-dimensional.
Error in medfilt2>parse_inputs (line 106)
validateattributes(a, {'numeric','logical'}, {'2d','real'},
mfilename, 'A', 1);
Error in medfilt2 (line 48)
[a, mn, padopt] = parse_inputs(varargin{:});
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Image Filtering finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!