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년 초과 전 | 답변 수: 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 ...
8년 초과 전 | 답변 수: 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...
8년 초과 전 | 답변 수: 1 | 0