Home Previous Up Next Index

visionx::LabeledPoint3D

Overview

struct LabeledPoint3D

LabeledPoint3D, Point with two cues: Position, and label: Euclidean point vector PXPYPZ \in R³ represented with 3 floats = 12 bytes = 96 bits, no padding added. See Point3D for more information. Label represents the segment identity

Used By

LabeledCloud

Data Member Index

point
label

Data Members

Point3D point;
int label;

Home Previous Up Next Index