Page MenuHomePhabricator

Segmentation plane suggestion might not be correct
Closed, ResolvedPublic

Description

In some cases the plane suggestion mechanism produces weird results, i.e. result which do not reflect high deviation areas.
The reason is, that the plane is fitted to the identified far distant point clusters using least squares.
The centroids of these clusters should be used instead.

Event Timeline

[0d1ecb]: Merge branch 'bug-19584-centroids-for-plane-suggestion'

Merged commits:

2016-03-05 01:32:58 Andreas Fetzer [09f279]
Removed mitkClusteredPlaneSuggestionFilter

This filter is replaced by mitkPlaneProposer


2016-03-05 00:54:08 Andreas Fetzer [60bafe]
Fixed build error on windows


2016-03-05 01:23:00 Andreas Fetzer [83aeec]
Replaced ClusteredPlaneSuggestionFilter with new mitkPlaneProposer


2016-03-01 02:21:02 Andreas Fetzer [b2e00e]
Created new class mitkPlaneProposer


2016-02-29 13:38:55 Andreas Fetzer [0c0cd5]
Cleaned up edge detection filter

[614dd4]: Merge branch 'bug-19584-centroids-for-plane-suggestion'

Merged commits:

2016-03-05 02:31:10 Andreas Fetzer [0df9f3]
COMP fixed build error on windows