Volume Cartographer 2.27.0
|
#include <cstddef>
#include <vector>
#include <opencv2/core.hpp>
#include "vc/segmentation/stps/ForceChain.hpp"
#include "vc/segmentation/stps/Particle.hpp"
Go to the source code of this file.
Classes | |
class | volcart::segmentation::ParticleChain |
A simple class for keeping track of a connected chain of Particle objects. More... | |
Namespaces | |
namespace | volcart |
Volume Cartographer library | |
namespace | volcart::segmentation |
Segmentation algorithms and utilities library | |
Functions | |
auto | volcart::segmentation::operator+ (ParticleChain lhs, const ForceChain &rhs) -> ParticleChain |
auto | volcart::segmentation::operator+ (const ForceChain &rhs, ParticleChain lhs) -> ParticleChain |
auto | volcart::segmentation::operator* (ParticleChain lhs, const double &rhs) -> ParticleChain |
auto | volcart::segmentation::operator* (const double &rhs, ParticleChain lhs) -> ParticleChain |