1) Click on the "Export" button and then click on "Export Images"
2) Save the Final Segmentation mask with the name BW, click on "OK"
3) Go to MATLAB command window and execute
overlayedImg = imoverlay(originalImg, BW);
4) Write the overlayedImg to your computer using
imwrite(overlayedImg, 'overlayedImage.png');
0 Comments
Sign in to comment.