7#include <opencv2/core.hpp>
Holds a collection of ordered points.
Volume Cartographer library
void WriteAnnotationSet(const filesystem::path &path, const AnnotationSet &as)
Write an AnnotationSet to disk.
std::uint8_t AnnotationFlag
auto ReadAnnotationSet(const filesystem::path &path) -> AnnotationSet
Load an AnnotationSet from disk.
OrderedPointSet< Annotation > AnnotationSet
Ordered annotation collection.
Annotation(std::int32_t i, AnnotationFlag f, double x, double y)
cv::Vec2d pt
The original point position before manual moves.
std::int32_t index
Slice index.