Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bioimage Analysis
ROI blocks
Commits
a0cbe453
Commit
a0cbe453
authored
Oct 13, 2020
by
Stephane Dallongeville
Browse files
fixed javadoc
parent
c21fde40
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/main/java/plugins/stef/roi/bloc/RoiBlocks.java
View file @
a0cbe453
...
...
@@ -7,12 +7,14 @@ import icy.plugin.interface_.PluginLibrary;
* Bundle of blocks (Protocols) to perform different operations on ROI (Region Of Interest).<br>
* <br>
* Supported operations:<br>
* <li>Create rectangular ROI (2D, 3D, 4D or 5D)</li><br>
* <li>Filter by size</li><br>
* <li>Perform boolean operation between two set of ROI</li><br>
* <li>Get / set ROI position</li><br>
* <li>Get / set ROI size</li><br>
* <li>Get / set ROI properties (name, color)</li><br>
* <ul>
* <li>Create rectangular ROI (2D, 3D, 4D or 5D)</li>
* <li>Filter by size</li>
* <li>Perform boolean operation between two set of ROI</li>
* <li>Get / set ROI position</li>
* <li>Get / set ROI size</li>
* <li>Get / set ROI properties (name, color)</li>
* </ul>
* <br>
*
* @author stephane
...
...
src/main/java/plugins/stef/roi/bloc/convert/RoiToSequence.java
View file @
a0cbe453
...
...
@@ -19,8 +19,8 @@ import plugins.stef.roi.bloc.RoiBlocks;
/**
* Block (Protocols) to convert ROI(s) (Region Of Interest) into a binary image / sequence.<br>
* <br>
* It takes a ROI (or a list of ROI) as input and generate a binary sequence from it.<br
/
>
* The content of the ROI area is filled with the specified value while background remains at 0.<br
/
>
* It takes a ROI (or a list of ROI) as input and generate a binary sequence from it.<br>
* The content of the ROI area is filled with the specified value while background remains at 0.<br>
* Size informations are used to define the dimension of the output sequence, a value of 0 indicate
* to use the ROI dimension instead.
*
...
...
src/main/java/plugins/stef/roi/bloc/op/MoveROIToSequence.java
View file @
a0cbe453
...
...
@@ -18,7 +18,7 @@ import plugins.stef.roi.bloc.RoiBlocks;
/**
* Block to adjust a set of ROIs we want to move from a source {@link Sequence} to a destination {@link Sequence}.<br>
* Resulting ROIs are translated
&
scaled according to the origin information of both Sequence.
* Resulting ROIs are translated
and
scaled according to the origin information of both Sequence.
*
* @author Stephane
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment