|
Volume Cartographer 2.28.0
|
#include <cstddef>#include <vector>#include <opencv2/core.hpp>Go to the source code of this file.
Classes | |
| class | volcart::segmentation::ForceChain |
| A simple class for tracking a list of offset vectors ("forces") More... | |
Namespaces | |
| namespace | volcart |
| Volume Cartographer library | |
| namespace | volcart::segmentation |
| Segmentation algorithms and utilities library | |
Typedefs | |
| using | volcart::segmentation::Force = cv::Vec3d |
Functions | |
| auto | volcart::segmentation::operator+ (ForceChain lhs, const ForceChain &rhs) -> ForceChain |
| auto | volcart::segmentation::operator* (ForceChain lhs, const double &rhs) -> ForceChain |
| auto | volcart::segmentation::operator* (const double &rhs, ForceChain lhs) -> ForceChain |