Page MenuHomePhabricator

Plane-Suggestion after 3D-Interpolation
Closed, ResolvedPublic

Description

This bug acts as a meta bug for the plane-suggestion-function after using the 3D-interpolation.

The major steps are:

  • Getting a point-cloud from the edge detection
  • Using some metrics to filter the points
  • Suggest a plane with the relevant points
  • Visualization
  • Evaluation

Event Timeline

User riecker has pushed new remote branch:

bug-18416-PlaneSuggestion-Integration

User riecker has pushed new remote branch:

bug-18416-PlaneSuggestFunction-Integration

[7fab27]: Merge branch 'bug-18416-PlaneSuggestFunction-Integration'

Merged commits:

2015-06-11 15:20:54 Nico Riecker [2a3bb3]
Merge remote-tracking branch 'origin/bug-18416-PlaneSuggestion-Integration' into bug-18416-PlaneSuggestFunction-Integration

Conflicts:
CMakeExternals/MITKData.cmake
Modules/AlgorithmsExt/include/mitkUnstructuredGridClusteringFilter.h


2015-04-21 16:07:36 Nico Riecker [6abb40]
fixed the progress bar after first use


2015-04-21 15:16:51 Nico Riecker [ff319f]
loading the plane on axial view, added a thread for the calculation and a progress bar


2015-04-02 18:14:58 Nico Riecker [f137c7]
integration of the 3 filters into the segmentation view


2015-04-02 16:56:07 Nico Riecker [080833]
Merge remote-tracking branch 'origin/bug-18467-ClusteredPlaneSuggestionFilter-Integration' into bug-18416-PlaneSuggestion-Integration


2015-04-02 16:55:08 Nico Riecker [0fcb17]
OXMerge remote-tracking branch 'origin/bug-18456-PointCloudScoring-Improvement' into bug-18416-PlaneSuggestion-Integration


2015-04-02 16:54:11 Nico Riecker [c8598e]
Merge remote-tracking branch 'origin/bug-18417-FeatureBasedEdgeDetectionFilter' into bug-18416-PlaneSuggestion-Integration

[74a521]: Merge branch 'bug-18416-PlaneSuggestFunction-Integration'

Merged commits:

2015-06-30 16:03:13 Nico Riecker [0c3e35]
COMP: removed a non-static initialization

User riecker has pushed new remote branch:

bug-18416-PlaneSuggestion-Improvement

[752c47]: Merge branch 'bug-18416-PlaneSuggestion-Improvement'

Merged commits:

2015-06-30 16:23:52 Nico Riecker [639ef4]
Merge remote-tracking branch 'origin/personal/riecker/PlaneSuggestionImprovement' into bug-18416-PlaneSuggestion-Improvement


2015-06-25 14:52:40 Nico Riecker [99cb40]
fixed the thresholding for binary images


2015-06-18 14:13:35 Nico Riecker [f8533e]
used the itkBinaryContourImageFilter for extracting the contours of the thresholded segmentation