test test
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
is it possible to move first GUI figure to center of window?
What syntax should I add in the first .m so that I can display the .fig file in the center of window. Thank you very much, I hav...
6 years 前 | 1 个回答 | 0
1
个回答提问
Clicking upload button and do not upload image (by clicking Cancel in the folder).
Hi, I want to know, is it possible to solve the error 'The file name or URL argument must be a string.' when I click Upload but ...
6 years 前 | 0 个回答 | 0
0
个回答提问
Is it possible to get latest value of distance after adjusting imdistline?
the value is generated automatically and I would like to get the latest value after adjusting the distance tools. Is there any o...
6 years 前 | 1 个回答 | 0
1
个回答提问
How can i display the value after adjusting imdstline?
After I run my program, i can straightly display the value that is showed in figure, there is a problem, if I want to adjust the...
6 years 前 | 0 个回答 | 0
0
个回答提问
Why did I get the same value from radio button in a buttongroup?
When I click the button OK, it displays same value, while RGB is selected, value is 1, and HSV should be 0, but I can get the sa...
6 years 前 | 1 个回答 | 0
1
个回答提问
How can I call the data from one GUI and display it in another GUI without saving the data in a txt file?
Below are my file, i can load the image after i save my uploaded image and use 'imread' in MY second GUI but i want to display t...
6 years 前 | 2 个回答 | 0
2
个回答提问
How can I do summation pixel by pixel?
Below is my code im = imread('test.png'); imshow(im); [rows columns] = size(im); numberOfPixels = rows*col...
6 years 前 | 1 个回答 | 0
1
个回答提问
How can I extract color feature of an image without extracting white color?
I = imread('coriander.png'); imshow(I); R = I(:,:,1); G = I(:,:,2); B = I(:,:,3); count = 0; if ...
6 years 前 | 1 个回答 | 0