Need mathematical agorithm for the given matlab code which detect border of given image
2 次查看(过去 30 天)
显示 更早的评论
x=bwperim(im); y=k; y(x)=255;_ imshow(y); Where, m=Binary image of given rgb given after gray conversion k=given rgb image and bwperim is fuction for calcuation of perimeter
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!