Feeds
已回答
Getting mouse points with App Designer
Hello You can edit your code as follow: myImage = imread('your image'); fig = figure imshow(myImage) [x y] = getpts(fig) T...
Getting mouse points with App Designer
Hello You can edit your code as follow: myImage = imread('your image'); fig = figure imshow(myImage) [x y] = getpts(fig) T...
7 years 前 | 0

