Need explanation of the following MATLAB code?

2 Ansichten (letzte 30 Tage)
somasekar jalari
somasekar jalari am 14 Mär. 2017
Beantwortet: Guillaume am 14 Mär. 2017
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.

Akzeptierte Antwort

Guillaume
Guillaume am 14 Mär. 2017
What is there to not understand?
The code uses logical indexing to set the pixels of the perimeter to 255 in the grayscale image.

Weitere Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by