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
CamiTK
CamiTK Community Edition
Commits
54f84de6
Commit
54f84de6
authored
Jun 15, 2018
by
Emmanuel Promayon
Browse files
FIXED Region growing is... region growing
parent
0f6737ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
imaging/actions/itksegmentation/RegionGrowing.cpp
View file @
54f84de6
...
...
@@ -58,7 +58,8 @@ RegionGrowing::RegionGrowing(ActionExtension* extension) : Action(extension) {
this
->
addTag
(
"Classification"
);
this
->
addTag
(
"Growing Region"
);
this
->
addTag
(
"Seed Point"
);
this
->
addTag
(
"Region Growing"
);
// Setting the widget containing the parameters
theWidget
=
NULL
;
...
...
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