自迁移出 MediaWiki 以来,本页内容尚未经过审查。如果您愿意帮忙,请查看帮助指南!
该插件的灵感来自于 ImageJ 的 Time Stamper 插件和 Tony Collins 的 MBF Plugin Collection,以及 imageJ 内置的 Image › Stack › Label 命令。
它的目的是结合这些插件的功能,并完善和增强功能,通过添加 Michael Weber 建议的例如预览功能。 Series Labeler 不是时间记或标签的替代品…它不能与超堆栈一起使用或允许宏录制。
功能截图

##它的作用是什么
系列标机可处理任何类型的贴装堆栈:时间 (t)、z(第三空间维度)或通道(c,例如光谱系列)。它不一致用于超堆栈,请参见下文。
它读取图像元数据作为默认设置
当图像中存在元数据时,即用于调整时间间隔、z距离等。它会作为默认值读入GUI,因此您有更好的机会获得正确的值和单位!
如何使用系列贴标机
一般来说,只需在 GUI 中进行操作即可,如果您愿意,可以打开预览。
-图像打开堆栈。它可以是z、时间或通道堆栈,但不是超级堆栈。
单击它以确保它是活动图像,然后……
-打开系列贴标机(位于图像堆栈系列贴标机中)
- 在常规设置 - 堆栈类型中选择堆栈类型
- 在“Units_Formatting”面板中选择单位类型以及如何设置它们的格式。
- Choose the label unit from the drop down list or choose your own custom one.
- Custom labels can be anything you like! If you don’t see the one you want in the drop down list, just add it here.
- “Time series / movie” can have Decimal (0.45 sec) or Digital (00:00:00) formats, as well as a custom format the you can type in the given text field.
- Custom formats follow patterns as explained at Java SimpleDateFormat Java SimpleDateFormat. H is hours, m is minutes, s is seconds, and S is ms.Try custom formats like HH:mm:ss or ss.SSS etc.
- “Z-stack” can have length units or a custom format.
- “Spectral” can have units of length or inverse length, or a custom format.
- Choose the label unit from the drop down list or choose your own custom one.
- 给出启动值、间隔值(切片/帧之间的时间/距离等)、要处理的帧/切片(从第一个到最后一个)以及使用“每n个”选项标记切片/帧的频率。每个切片的每n个标签为1个,每年2个标签,每3个标签3个,如此依推。
- 在位置和字体中,选择 x 和 y 位置(自定义位置)或选择默认位置(例如左上角)和字体特征。
- If you drew a rectangle RIO in the image before launching Series Labeler, it will try to fit the label into that ROI.
- To change the font, font size, Series Labeler uses the ImageJ foreground/background color and Fonts tools. For the best results ensure the input image is RGB to maintain the specified color. Click on the buttons to launch those tools, or double click the Text Tool (A icon) or Color Picker tool (dropper icon) in the Main Fiji/ImageJ tool bar.
- Turn the background on and off with the checkbook. The background uses the color set in the imageJ built in Color Picker (dropper icon), which is also launched by the Font Color button here.
- 启用预览后,您可以移动要标记的图像中的预览,并通过图章预览标签/图章的外观。您在系列贴标机 GUI 中进行的更改应该发送到预览,您将看到您将获得什么。
- 单击“确定”将标签/图章刻录到图像堆栈中(也许在重复堆栈上工作 - 无法取消消!)。取消按钮将删除标签预览并返回原始堆栈,并关闭系列贴标签机。帮助按钮将您发送到此处。
它不适用于超栈或宏…
尚不支持超堆栈和宏录制。
###为什么不呢?
如果您愿意,可以使用 imageJ 内置 Label 命令来标记超堆栈。Series Labeler 不适合它们,因为当您在此插件中拥有所有额外的小工具时,需要包含许多战术的情况。如果您想同时标记时间、z 和通道怎么办?嗯嗯…
由于使用非阻塞(非模态)GUI,宏录制被破坏…这是预览功能所必需的,并且能够使用内置的 imageJ 字体和颜色选择器。为了解决这个问题,我们需要在 ImageJ/Fiji 中建立一些新的基础设施……或者等待 imageJ2 n 维数据支持。