Program Listing for File registration-gflags.h¶
↰ Return to documentation for file (algorithms/registration-toolbox/include/registration-toolbox/common/registration-gflags.h
)
#ifndef REGISTRATION_TOOLBOX_COMMON_REGISTRATION_GFLAGS_H_
#define REGISTRATION_TOOLBOX_COMMON_REGISTRATION_GFLAGS_H_
#include <gflags/gflags.h>
#include <glog/logging.h>
namespace regbox {
// Point cloud preprocessing.
DECLARE_double(regbox_pcl_downsample_leaf_size_m);
} // namespace regbox
#endif // REGISTRATION_TOOLBOX_COMMON_REGISTRATION_GFLAGS_H_