0

我正在寻找编写一个宏,它需要用户输入通过阈值分割肾脏。我目前正在运行这个:

selectWindow("Cortex");
//run("Threshold...");
title = "WaitForUserDemo";
msg = "If necessary, use the \"Threshold\" tool to\nadjust the threshold, then click \"OK\".";
waitForUser(title, msg);

当阈值颜色出现时,这里没有选项可以作为用户调整阈值。有谁知道我如何让用户能够调整阈值而不必每次都单击“图像->调整->阈值”?

谢谢!

4

0 回答 0