37 #ifndef PCL_TRANSFORMATION_FROM_CORRESPONDENCES_H
38 #define PCL_TRANSFORMATION_FROM_CORRESPONDENCES_H
55 no_of_samples_ (0), accumulated_weight_ (0),
56 mean1_ (Eigen::Vector3f::Identity ()),
57 mean2_ (Eigen::Vector3f::Identity ()),
58 covariance_ (Eigen::Matrix<float, 3, 3>::Identity ())
79 add (
const Eigen::Vector3f& point,
const Eigen::Vector3f& corresponding_point,
float weight=1.0);
82 inline Eigen::Affine3f
90 unsigned int no_of_samples_;
91 float accumulated_weight_;
92 Eigen::Vector3f mean1_, mean2_;
93 Eigen::Matrix<float, 3, 3> covariance_;
100 #endif // #ifndef PCL_TRANSFORMATION_FROM_CORRESPONDENCES_H