VolumeAnnotationBot

A bot and tool to annotate 3D volumes.
67 descargas
Actualizado 10 ene 2018

Ver licencia

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/

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2017a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

Plane views in independent windows for easier annotation.

1.0.0.0