Better image is it possible?
Afficher commentaires plus anciens
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{:});
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Image Filtering dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!