Feeds
提问
Problem with displaying image in MATLAB GUI
I have a GUI as shown in the image attached. And I would like to apply Otsu threshold on the image displayed after contrast enha...
8 years 前 | 1 个回答 | 0
1
个回答提问
Need help with Matlab GUI
<</matlabcentral/answers/uploaded_files/77373/Capture.JPG>> I have a GUI as shown in the image attached. And I would like to ...
9 years 前 | 0 个回答 | 0
0
个回答提问
How to request for user input for the following code? How do I modify the matlab code below to prompt user to choose images from folder for InputImage and OutputImage?
InputImage=imread('a.jpg'); OutputImage=imread('b.jpg'); whos n=size(InputImage); M=n(1); N=n(2); MSE = sum(s...
9 years 前 | 1 个回答 | 0