52 auto mesh_work = boost::any_cast<pair<pair<MeshPtr, bool>, vector<kfusion::ImgPose*> > >(
getInQueue()->Take());
53 bool last_shift = mesh_work.first.second;
54 MeshPtr opti_mesh = mesh_work.first.first;
55 string mesh_notice = (
"#### D: Mesh Fusion " + to_string(
mesh_count_) +
" ####");
71 std::cout <<
"Global amount of vertices: " <<
mesh_->meshSize() << endl;
72 std::cout <<
"Global amount of faces: " <<
mesh_->getFaces().size() << endl;
79 std::cout <<
"Finished saving" << std::endl;