MATLAB: Save Image from color thesholder app

color segmentationcolor thresholderdigital image processingimage processingImage Processing Toolbox

How to save the image that you have worked to your personal computer from color thresholder app?

Best Answer

You can tell it to export the function. Then in your program, call that function and then call imwrite() to save the returned image.