medfilt2 parameter coding problem
Show older comments
image class uint8, coding as below
>> I=imread('sample01.tif');
>> J = imnoise(I,'salt & pepper',0.02);
>> K = medfilt2(J, 'indexed',...);
it say continue entering statement, what do i need to input in order to complete the process?
Accepted Answer
More Answers (0)
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!