Represents a label for an image patch. More...
#include <NeovisionII/nv2_common.h>
Public Attributes | |
uint32_t | protocol_version |
uint32_t | patch_id |
uint32_t | confidence |
min = 0; max = NV2_MAX_LABEL_CONFIDENCE | |
char | source [16] |
char | name [64] |
char | extra_info [64] |
Represents a label for an image patch.
The patch_id indicates which nv2_image_patch this label corresponds to, and the name field contains a human-readable label for the patch.
Definition at line 125 of file nv2_common.h.
uint32_t nv2_patch_label::confidence |
min = 0; max = NV2_MAX_LABEL_CONFIDENCE
Definition at line 129 of file nv2_common.h.
Referenced by nv2_label_server_send_label(), and nv2_patch_label_init_empty().