Better image is it possible?
Show older comments
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{:});
Accepted Answer
More Answers (0)
Categories
Find more on Image Filtering in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!