5.3.4.57. Function image_gs_draw_labels¶
Defined in File image_compute.h
5.3.4.57.1. Function Documentation¶
-
void image_gs_draw_labels(img_data_t *img_data, const uint32_t **labels, const RoIs_basic_t *RoIs_basic, const uint8_t show_id)¶
See also
_image_gs_draw_labels for the explanations about the nature of the processing.
- Parameters
img_data – Image data.
labels – Labels (2D array of size \([\texttt{img\_data->height}][\texttt{img\_data->width}]\)).
RoIs_basic – Basic features (useful only if
show_id == 1).show_id – Boolean to enable display of the label numbers (has no effect if the program has not be linked with the OpenCV library).