Need explanation of the following MATLAB code?
2 views (last 30 days)
Show older comments
x=bwperim(im);
y(x)=255;
Where, im=Binary image of given Gray scale image and y= given gray scale image and bwperim is fuction for calcuation of perimeter.
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!