Name
query_coloredT_query_coloredQueryColoredQueryColored — Query the number of colors for color output.
query_coloredquery_coloredQueryColoredQueryColoredQueryColored returns all possible parameter values for
set_coloredset_coloredSetColoredSetColoredSetColored. set_coloredset_coloredSetColoredSetColoredSetColored defines how many
colors are used for region or graphics output.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Tuple of the possible numbers of colors.
regiongrowing(Image,Regions,5,5,6,100)
query_colored(Colors)
dev_set_colored(Colors[1])
dev_display (Regions)
Htuple Colors ;
regiongrowing(Image,&Seg,5,5,6,100) ;
T_query_colored(&Colors) ;
set_colored(WindowHandle,get_i(Colors,1)) ;
disp_region(Seg,WindowHandle) ;
regiongrowing(Image,Regions,5,5,6,100)
query_colored(Colors)
dev_set_colored(Colors[1])
dev_display (Regions)
regiongrowing(Image,Regions,5,5,6,100)
query_colored(Colors)
dev_set_colored(Colors[1])
dev_display (Regions)
regiongrowing(Image,Regions,5,5,6,100)
query_colored(Colors)
dev_set_colored(Colors[1])
dev_display (Regions)
query_coloredquery_coloredQueryColoredQueryColoredQueryColored always returns 2 (H_MSG_TRUE).
set_coloredset_coloredSetColoredSetColoredSetColored,
set_colorset_colorSetColorSetColorSetColor,
disp_regiondisp_regionDispRegionDispRegionDispRegion
query_colorquery_colorQueryColorQueryColorQueryColor
set_coloredset_coloredSetColoredSetColoredSetColored,
set_colorset_colorSetColorSetColorSetColor
Foundation