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
0f6737ee
Commit
0f6737ee
authored
Jun 15, 2018
by
Emmanuel Promayon
Browse files
FIXED Otsu is not region growing!
parent
378ed656
Changes
1
Hide whitespace changes
Inline
Side-by-side
imaging/actions/itksegmentation/OtsuFilter.cpp
View file @
0f6737ee
...
...
@@ -52,7 +52,6 @@ OtsuFilter::OtsuFilter(ActionExtension* extension) : Action(extension) {
this
->
addTag
(
"Threshold"
);
this
->
addTag
(
"Automatic"
);
this
->
addTag
(
"Otsu"
);
this
->
addTag
(
"Region Growing"
);
this
->
computedThresholdProperty
=
new
Property
(
tr
(
"Computed threshold:"
),
tr
(
"?"
),
tr
(
"The computed threshold found by the Otsu filter.
\n
This property is read only and only updated after applying the action on a component."
),
""
);
computedThresholdProperty
->
setReadOnly
(
true
);
...
...
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