Volume Cartographer 2.27.0
|
Segmentation annotation. More...
#include <vc/core/types/Annotation.hpp>
Public Member Functions | |
Annotation ()=default | |
Annotation (std::int32_t i, AnnotationFlag f, double x, double y) | |
Public Attributes | |
std::int32_t | index {} |
Slice index. More... | |
AnnotationFlag | flags {} |
cv::Vec2d | pt |
The original point position before manual moves. More... | |
Segmentation annotation.
A structure for tracking the state of segmentation points in VC GUI.
Definition at line 26 of file Annotation.hpp.
|
default |
Default constructor
volcart::Annotation::Annotation | ( | std::int32_t | i, |
AnnotationFlag | f, | ||
double | x, | ||
double | y | ||
) |
Constructor with members
AnnotationFlag volcart::Annotation::flags {} |
Definition at line 35 of file Annotation.hpp.
std::int32_t volcart::Annotation::index {} |
Slice index.
Definition at line 33 of file Annotation.hpp.
cv::Vec2d volcart::Annotation::pt |
The original point position before manual moves.
Definition at line 37 of file Annotation.hpp.