Page MenuHomePhabricator

PointCloud-Scoring-Filter
Closed, ResolvedPublic

Description

Takes two point clouds as input and scores every point from cloud a with a value depending on the distance to the nearest neighbour of the other cloud B

Related Objects

Event Timeline

User riecker has pushed new remote branch:

bug-18456-pointcloud-scoring-filter

[3ee319]: Merge branch 'bug-18456-pointcloud-scoring-filter'

Merged commits:

2015-01-30 16:44:48 Nico Riecker [7dbfbf]
cleaned up the includes


2015-01-26 17:36:57 Nico Riecker [933475]
added documentation


2014-12-05 14:44:55 Nico Riecker [479aa6]
added a PointCloudScoringFilterTest


2014-12-05 14:13:00 Nico Riecker [cb9537]
Merge remote-tracking branch 'origin/bug-18511-UnstructuredGridToUnstructuredGridFilter' into bug-18456-pointcloud-scoring-filter


2014-12-04 14:23:15 Nico Riecker [714a59]
changes the filtertype from SurfaceToSurface to UnstructuredGridToUnstructuredGrid


2014-12-04 13:07:08 Nico Riecker [38f73d]
Merge remote-tracking branch 'origin/bug-18511-UnstructuredGridToUnstructuredGridFilter' into bug-18456-pointcloud-scoring-filter


2014-11-25 14:20:17 Nico Riecker [90e649]
correct ordering in files.cmake


2014-11-25 14:10:58 Nico Riecker [bb5cc2]
added lines between the points for correct visualization


2014-11-24 13:28:29 Nico Riecker [a83e82]
fixed some input problems


2014-11-21 16:15:29 Nico Riecker [5622a3]
corrected the include-header-guards


2014-11-21 14:45:05 Nico Riecker [fcc299]
created a filter for scoring a pointcloud depending on a second pointcloud

[442c3c]: Merge branch 'bug-18456-pointcloud-scoring-filter'

Merged commits:

2015-01-30 17:12:13 Nico Riecker [e5a117]
COMP: fixed some werrors

[8619fa]: Merge branch 'bug-18456-pointcloud-scoring-filter'

Merged commits:

2015-01-30 17:42:32 Nico Riecker [dfaf3a]
COMP: fixed vtkDebugLeaks error for mac

User riecker has pushed new remote branch:

bug-18456-debug-leaks

[385ad0]: Merge branch 'bug-18456-debug-leaks'

Merged commits:

2015-02-02 14:13:25 Nico Riecker [8cb4c7]
fixed a vtk debug leak

User riecker has pushed new remote branch:

bug-18456-PointCloudScoring-Improvement

User riecker has pushed new remote branch:

bug-18456-PointCloudScoring-Improvement-Integration

[197fd8]: Merge branch 'bug-18456-PointCloudScoring-Improvement-Integration'

Merged commits:

2015-06-11 14:55:14 Nico Riecker [0fb6da]
Merge remote-tracking branch 'origin/bug-18456-PointCloudScoring-Improvement' into bug-18456-PointCloudScoring-Improvement-Integration


2015-04-02 16:16:05 Nico Riecker [ba5e7a]
finished the filter with review changes


2015-03-12 18:10:44 Nico Riecker [616c74]
used an other mean method