Feeds
답변 있음
code for performing erosion and dilation without using builtin functions like imdilate or imerode??
Dilation code A=imread( 'text.png' ); A=im2bw(A); %Structuring element B=[1 1 1 1 1 1 1;]; C=padarray(A,[0 3]);...
code for performing erosion and dilation without using builtin functions like imdilate or imerode??
Dilation code A=imread( 'text.png' ); A=im2bw(A); %Structuring element B=[1 1 1 1 1 1 1;]; C=padarray(A,[0 3]);...
거의 10년 전 | 0
질문
max(C(:)) ans = 4.3567e+06....WHY I GOT THIS VALUE
I got this value as answer so i cant proceed
10년 초과 전 | 답변 수: 1 | 0


