当我从连接到笔记本电脑的相机拍摄快照时,我的问题是 y 轴反转,因此结果错误“ http://s4.postimg.org/xcat1kmvh/sdsf.png ”......我通过以下方式解决了这个问题使用此代码“ set(gca,'YDir','normal') %starts at the bottom of the figure “...但问题是照片变成这样反转“ http://s16.postimg.org/ ekguxl35x/sdsfss.png "...我该如何解决这个问题...我只想获取图片中任何关节的 XY 分量...
这是我的代码:我只是在录制视频之前拍摄快照进行校准
图像(getsnapshot(handles.video));
set(gca,'YDir','normal') %从图底部开始
[x1,y1]=ginput(1)
[x2,y2]=ginput(1)
c=sqrt((x1-x2)^2+(y1-y2)^2)
d=c/40.8;