43 , mesh_(mesh), mesh_count_(0), options_(options)
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;
const kaboom::Options * options
A class to parse the program options for the reconstruction executable.
boost::shared_ptr< BlockingQueue > getInQueue() const
boost::shared_ptr< BlockingQueue > getOutQueue() const
std::shared_ptr< Model > ModelPtr
FusionStage(MeshPtr mesh, Options *options)