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
d77abdbe
Commit
d77abdbe
authored
Mar 11, 2020
by
Stephane Dallongeville
Browse files
typo
parent
ec798d56
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/stef/roi/bloc/op/FilterROI.java
View file @
d77abdbe
...
...
@@ -93,7 +93,7 @@ public class FilterROI extends Plugin implements ROIBlock, PluginLibrary, Plugin
protected
final
VarString
descriptors
=
new
VarString
(
"Filter on"
,
""
);
protected
final
VarEnum
<
CompareOperator
>
operator
=
new
VarEnum
<
CompareOperator
>(
"Accept if"
,
CompareOperator
.
EQUAL
);
protected
final
VarDouble
value
=
new
VarDouble
(
"Value"
,
0
);
protected
final
VarDouble
value
=
new
VarDouble
(
"Value"
,
0
d
);
protected
final
VarROIArray
output
=
new
VarROIArray
(
"Filtered ROI(s)"
);
@Override
...
...
Write
Preview
Supports
Markdown
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