Volume Cartographer 2.27.0
|
#include <cassert>
#include <cstddef>
#include <vector>
#include <unsupported/Eigen/Splines>
#include "vc/segmentation/lrps/Common.hpp"
Go to the source code of this file.
Classes | |
class | volcart::segmentation::Spline< Scalar, Degree > |
Simple spline wrapper around Eigen::Spline. More... | |
Namespaces | |
namespace | volcart |
Volume Cartographer library | |
namespace | volcart::segmentation |
Segmentation algorithms and utilities library | |
Typedefs | |
template<typename Scalar > | |
using | volcart::segmentation::CubicSpline = Spline< Scalar, 3 > |