VolumeAnnotationBot

A bot and tool to annotate 3D volumes.
ダウンロード: 67
更新 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