Home Previous Up Next Index

armarx::Keypoint2D

Overview

struct Keypoint2D

Used By

Keypoint2DList
Keypoint2DMap

Data Member Index

id
label
x
y
confidence
dominantColor

Data Members

int id;
string label;
float x;
float y;
float confidence;
DrawColor24Bit dominantColor;

Home Previous Up Next Index