Feeds
提问
What need to be input for S in ordfilt2?
The coding are as follows: >> I=imread('sample01.tif'); >> B = ordfilt2(I,1,ones(3,3),[3 3]); ??? Index exceeds matrix ...
13 years 前 | 1 个回答 | 0
1
个回答提问
medfilt2 parameter coding problem
image class uint8, coding as below >> I=imread('sample01.tif'); >> J = imnoise(I,'salt & pepper',0.02); >> K = medfilt2...
13 years 前 | 1 个回答 | 0
