Feeds
질문
How to find edge on image in y-axis with fixed x coordinate?
I have several images and i need to find the object shape changes along fixed line.
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
Help me please to arrange function for rotation and masking of image according to vertices, which were taken by ginput
Here is my code: _I = imread(filename); %# ROTATION OF IMAGE according to angle, taken from GUI panel angle = str...
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
How can refer to rotational angle, which was made in another function of GUI?
Hi, I want to use obtained rotation angle for further computing in another function. Assignment of angle to handles.angle did n...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to get polygon coordinates?
So far i have possibility to select polygon on image, but additionally it would be nice to have coordinates of chosen area.
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can i analyse all images from folder by using GUI?
Code i wrote so far: directory_name = uigetdir('c:\data\', 'Please select the directory') for i = 1 : length(directory_name) ...
11년 초과 전 | 답변 수: 1 | 0
