Statistics
2 Questions
0 Answers
RANK
190,526
of 301,624
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,365
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 175,828
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 0 answers | 0