Volume Cartographer 2.27.0
|
Defines a marker intersection line segment. More...
#include <vc/texturing/AlignmentMarkerGenerator.hpp>
Public Member Functions | |
LineSegment ()=default | |
LineSegment (const cv::Vec3d &a, const cv::Vec3d &b, cv::Scalar c=0) | |
Public Attributes | |
cv::Vec3d | a |
cv::Vec3d | b |
cv::Scalar | color |
Defines a marker intersection line segment.
Definition at line 32 of file AlignmentMarkerGenerator.hpp.
|
default |
Default constructor
volcart::texturing::AlignmentMarkerGenerator::LineSegment::LineSegment | ( | const cv::Vec3d & | a, |
const cv::Vec3d & | b, | ||
cv::Scalar | c = 0 |
||
) |
Constructor with member components
cv::Vec3d volcart::texturing::AlignmentMarkerGenerator::LineSegment::a |
Start point
Definition at line 39 of file AlignmentMarkerGenerator.hpp.
cv::Vec3d volcart::texturing::AlignmentMarkerGenerator::LineSegment::b |
End point
Definition at line 41 of file AlignmentMarkerGenerator.hpp.
cv::Scalar volcart::texturing::AlignmentMarkerGenerator::LineSegment::color |
Marker color
Definition at line 43 of file AlignmentMarkerGenerator.hpp.