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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
