photo

test test


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer