Page MenuHomePhabricator

Filter for clustering an UnstructuredGrid and suggesting a plane through it
Closed, ResolvedPublic

Description

Takes a point cloud as input and calculates a plain by clustering the points and calculates a plane through the 3 biggest clusters. Ouput is a plane geometry.

Event Timeline

User riecker has pushed new remote branch:

bug-18467-PlainSuggestionFilter

User riecker has pushed new remote branch:

bug-18467-Sub-PlainSuggestionFilter

create a new branch with:

  • planeFit now in master
  • bug-18637 (DBSCAN) for clustering

User riecker has pushed new remote branch:

bug-18467-ClusteredPlaneSuggestionFilter

User riecker has pushed new remote branch:

bug-18467-ClusteredPlaneSuggestionFilter-Integration

User riecker has pushed new remote branch:

bug-18467-ClusteredPlaneSuggestFilter-Integration

[a0b45f]: Merge branch 'bug-18467-ClusteredPlaneSuggestFilter-Integration'

Merged commits:

2015-06-11 15:17:44 Nico Riecker [5b2a9a]
changed the data type from int to unsigned int


2015-06-11 15:07:33 Nico Riecker [3454c3]
Merge remote-tracking branch 'origin/bug-18467-ClusteredPlaneSuggestionFilter-Integration' into bug-18467-ClusteredPlaneSuggestFilter-Integration

Conflicts:
Modules/AlgorithmsExt/include/mitkUnstructuredGridClusteringFilter.h


2015-03-26 17:10:04 Nico Riecker [a59cbe]
added some documentation cleaned the code and added more setter methods


2015-03-19 17:04:27 Nico Riecker [72bc8a]
cleaned code and changed the distance calculation in DBSCAN to optional


2015-03-19 16:17:24 Nico Riecker [dc426e]
Merge branch 'bug-18467-ClusteredPlaneSuggestionFilter' into bug-18467-ClusteredPlaneSuggestionFilter-Integration


2015-01-26 16:55:34 Nico Riecker [ec1f1f]
added documentation and used the parameters instead of fixed values


2015-01-23 14:51:25 Nico Riecker [653529]
added some error handling


2015-01-23 14:45:27 Nico Riecker [5dc9ea]
added a getter for all found clusters


2015-01-23 14:40:29 Nico Riecker [793a3e]
set up a filter which uses the clusteringFilter and the planefit filter