|
template<typename VecInTypeDouble , typename VecInTypeInt , typename MatOutType , typename VecOutType > |
std::tuple< MatOutType, VecOutType, double > | open3d::pipelines::color_map::ComputeJTJandJTrNonRigid (std::function< void(int, VecInTypeDouble &, double &, VecInTypeInt &)> f, int iteration_num, int nonrigidval, bool verbose) |
|
template std::tuple< Eigen::MatrixXd, Eigen::VectorXd, double > | open3d::pipelines::color_map::ComputeJTJandJTrNonRigid (std::function< void(int, Eigen::Vector14d &, double &, Eigen::Vector14i &)> f, int iteration_num, int nonrigidval, bool verbose) |
|