Page MenuHomePhabricator

Insufficient gray value range captured by lower threshold auto setting in 3D Region Growing Tool.
Closed, ResolvedPublic

Description

Depending on the seed point choice, meaningful gray values are excluded by the automatically derived lower threshold setting (in the upwards-growth case).

Event Timeline

norajitr added a subscriber: norajitr.

More specifically, from the seedpoint neighborhood, the mean gray value is chosen as lower threshold for 3D region growing. Thus, gray value variance is not taken into account, leading to an excluding behaviour of the subsequent region growing.

Lower threshold is set to one standard deviation below mean gray value for the upwards growth case, in order to fix the issue.

User norajitr has pushed new remote branch:

bug-19359-lowerThresholdAutoChoiceAdaptation

[fa6ed3]: Merge branch 'bug-19359-lowerThresholdAutoChoiceAdaptation'

Merged commits:

2015-10-07 16:07:23 Tobias Norajitra [16771b]
Adjust lower threshold by neighborhood gray value standard deviation. In addition, replace hard coded out-of-bounds value by according numeric trait bounds.


2015-09-02 16:36:43 Tobias Norajitra [ca8817]
Merge branch 'bug-19277-GetScalarValueMinMax-Recomputation-Documentation'


2015-09-02 16:36:37 Tobias Norajitra [d4065f]
Merge branch 'master' of mitk.org:MITK


2015-09-02 13:58:43 Tobias Norajitra [3d9390]
Merge branch 'bug-19277-GetScalarValueMinMax-Recomputation-Documentation'