VolumeAnnotationBot

版本 1.1.0.0 (6.5 KB) 作者: Marcelo Cicconet
A bot and tool to annotate 3D volumes.
67.0 次下载
更新时间 2018/1/10

查看许可证

Usage: call 'volumeAnnotationBot' and follow the instructions.
This bot requires the bfmatlab toolbox to read stacks.
Download here: http://downloads.openmicroscopy.org/bio-formats/5.3.4/
Label masks are saved in the same folder as the volume.
If you already have a double, range [0,1] 3D volume loaded into Matlab,
call volumeAnnotationTool as in the example below.
load mri
V = double(squeeze(D))/255;
VAT = volumeAnnotationTool(V,2); % the second parameter is the number of labels
The label masks can then be accessed at VAT.LabelMasks

-----

MatBots are primitive AIs, 'assistants' if you will, that use minimalistic GUI dialogs to guide the user through a data processing pipeline in Matlab.

Isn't that an 'app'? Bots are much more restrictive than apps. Users are, to a greater extent than in an app, guided through the correct steps to perform a task. A bot usually performs a much more limited task than an app.

When possible, bots have a 'headless' mode, which allows them to execute a processing pipeline as a typical Matlab function, either on an image or a folder of images.

For more bots and tools, see https://hms-idac.github.io/MatBots/

引用格式

Marcelo Cicconet (2024). VolumeAnnotationBot (https://www.mathworks.com/matlabcentral/fileexchange/64718-volumeannotationbot), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2017a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Plane views in independent windows for easier annotation.

1.0.0.0