Vision Apps User Guide

Detailed Description

DL color blend to be used with DL-RT.

Data Fields

vx_int32 skip_flag
 
vx_int32 use_color_map
 
vx_int32 num_classes
 
vx_uint8 color_map [TIVX_DL_COLOR_BLEND_MAX_CLASSES][TIVX_DL_COLOR_BLEND_MAX_COLORS]
 

Field Documentation

◆ skip_flag

vx_int32 tivxDLColorBlendParams::skip_flag

Skip processing

◆ use_color_map

vx_int32 tivxDLColorBlendParams::use_color_map

Flag to indicate, if 1 - use color map, 0 - auto assign colors to each class

◆ num_classes

vx_int32 tivxDLColorBlendParams::num_classes

Number of classes per output not to exceed TIVX_DL_COLOR_BLEND_MAX_CLASSES

◆ color_map

vx_uint8 tivxDLColorBlendParams::color_map[TIVX_DL_COLOR_BLEND_MAX_CLASSES][TIVX_DL_COLOR_BLEND_MAX_COLORS]

Color map for each output, number of colors not to exceed TIVX_DL_COLOR_BLEND_MAX_COLORS