27#include <Math/Math3d.h>
32 CObjectHypothesis*& pFusedHypothesis);
34 std::vector<Transformation3d> aEstimatedTransformations,
35 CObjectHypothesis*& pFusedHypothesis);
36 void FusePointClouds(std::vector<std::vector<CHypothesisPoint*>> aHypothesisPoints,
37 CObjectHypothesis*& pFusedHypothesis);
38 void FusePointClouds(std::vector<std::vector<CHypothesisPoint*>> aHypothesisPoints,
39 std::vector<Transformation3d> aEstimatedTransformations,
40 CObjectHypothesis*& pFusedHypothesis);
void FusePointClouds(std::vector< CObjectHypothesis * > aHypotheses, CObjectHypothesis *&pFusedHypothesis)