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]);...
9 years 前 | 0
提问
max(C(:)) ans = 4.3567e+06....WHY I GOT THIS VALUE
I got this value as answer so i cant proceed
10 years 前 | 1 个回答 | 0


