如何保存来自用户的斐济(imagej)中的构造信息(坐标)

发布于 2025-01-29 22:50:48 字数 95 浏览 2 评论 0原文

我在斐济有一个宏,我正在使用Waitforuser(“用于创建图”,“沿着单元格的直径制作一条线,然后按OK”)代码,我想保存用户绘制的行坐标,有人可以帮助您如何做到这一点吗?

I have a macro in Fiji where I am using the waitForUser("For creating the plot", "Make a line along the diameter of the cell and press OK") code and I want to save the coordinates of the line drawn by user, can someone please help as to how this can be done?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

血之狂魔 2025-02-05 22:50:48
getSelectionCoordinates( x, y );
print( "start: x="+x[0]+"; y="+y[0] );
print( "end: x="+x[1]+"; y="+y[1] );
getSelectionCoordinates( x, y );
print( "start: x="+x[0]+"; y="+y[0] );
print( "end: x="+x[1]+"; y="+y[1] );
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文