Inherits opentl::core::cvdata::VisualFeatures.
Classes | |
| struct | CPOINT |
| Stores the coordinates of visible edge sample points in body space + companion point index. More... | |
| struct | Edge |
| Stores the indices of one inlier measurement related to CPOINT structure. More... | |
Public Member Functions | |
| void | clear (void) |
| Delete all data within an existing instance. | |
| virtual VisContourSamplePts & | operator= (const opentl::core::cvdata::VisContourSamplePts &other) |
| assign operator | |
| VisContourSamplePts () | |
| Constructor. | |
| virtual | ~VisContourSamplePts () |
| Destructor. | |
Public Attributes | |
| std::vector< Edge > | edges |
| Edge-wise body contour sample points. | |
| std::vector< CPOINT > | samplePoints |
| Vector of contour sample points (valid and not valid, to have a fixed pre-allocated size). | |
| std::size_t | validSamplePointCounter |
| Counter of valid sample points. | |
| opentl::core::cvdata::VisContourSamplePts::VisContourSamplePts | ( | ) |
Constructor.
| virtual opentl::core::cvdata::VisContourSamplePts::~VisContourSamplePts | ( | ) | [virtual] |
Destructor.
| void opentl::core::cvdata::VisContourSamplePts::clear | ( | void | ) |
Delete all data within an existing instance.
| virtual VisContourSamplePts& opentl::core::cvdata::VisContourSamplePts::operator= | ( | const opentl::core::cvdata::VisContourSamplePts & | other | ) | [virtual] |
assign operator
| std::vector<Edge > opentl::core::cvdata::VisContourSamplePts::edges |
Edge-wise body contour sample points.
Vector of contour sample points (valid and not valid, to have a fixed pre-allocated size).
Counter of valid sample points.
1.5.8