41 #ifndef PCL_SURFACE_BILATERAL_UPSAMPLING_H_
42 #define PCL_SURFACE_BILATERAL_UPSAMPLING_H_
62 template <
typename Po
intInT,
typename Po
intOutT>
81 , sigma_color_ (15.0f)
83 , projection_matrix_ ()
84 , unprojection_matrix_ ()
90 0.0f, 1050.0f, 480.0f,
130 setProjectionMatrix (
const Eigen::Matrix3f &projection_matrix) { projection_matrix_ = projection_matrix; }
133 inline Eigen::Matrix3f
147 float sigma_color_, sigma_depth_;
148 Eigen::Matrix3f projection_matrix_, unprojection_matrix_;
151 EIGEN_MAKE_ALIGNED_OPERATOR_NEW