edge detection

Write a MATLAB GUI code that can upload any image and enable the user to apply basic image processing methods.

Assignment Write a MATLAB GUI code that can upload any image and enable the user to apply basic image processing methods. The required main methods are: Convert the image to a gray level. Convert the image to binary (use one of the thresholding methods). Enable the user to reset to the original image. Show the […]

Scroll to top