【发布时间】:2014-04-16 22:47:41
【问题描述】:
我是 imagej/fiji 的新手,我有一堆 .tif 扩展名的图像。
1.Load the Stack file ie., .tif file into ImageJ -- File -> Open -> Browse the Stack file(.tif)
2.Convert the Stack file of 16-bit image into 8-bit image-- Image -> Type -> select 8-bit
3.Apply Threshold on the 8-bit image-- Image -> Adjust -> Threshold
4.Now apply Segmentation with the plug-in “Segment blob in 3D Viewer” -- Plugins -> Segmentation -> Segment blob in 3D Viewer
5.Selection of a Seed Point -- plugins -> segmentation -> levelsets
6.Overlapping/Touching Cell Structures -- Process -> Binary -> Watershed
Analyze -> Analyze Particles -> Show -> Outlines -> Display Result
7.Applying the Skeletonize 3D -- Plugins -> Skeleton -> Skeletonize 3D
这些任务是通过单独完成每个任务来完成的。我想要一个需要一次完成所有这些任务的插件。我不知道该怎么做..请有人帮我.. 我知道我们需要使用 ecllipse 为插件或宏编写 java 代码..我不知道如何立即完成这些任务。
【问题讨论】:
标签: imagej