Feeds
질문
I am trying to use the formula for erosion operation c(x,y) = f(x,y) * h(kernel) Can somebody help me to get the erosion of an image without using matlab built in finction ???
% Read in standard MATLAB color demo image. I = imread('C:\Users\Sa\Desktop\Text.bmp'); [rows columns ] = size(I); imshow(I) ...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
Erosion and Dialation ??
Apply 5 times the erosion morphological operator on the binary image. Display the resulting image. What size kernel did you use...
9년 초과 전 | 답변 수: 0 | 0