Class TsdfIntegratorFactory

Class Documentation

class TsdfIntegratorFactory

Creates a TSDF integrator of the desired type.

Public Static Functions

static TsdfIntegratorBase::Ptr create(const std::string &integrator_type_name, const TsdfIntegratorBase::Config &config, Layer<TsdfVoxel> *layer)
static TsdfIntegratorBase::Ptr create(const TsdfIntegratorType integrator_type, const TsdfIntegratorBase::Config &config, Layer<TsdfVoxel> *layer)