HALCON Reference Manual 10.0.2
Name
query_coloredT_query_coloredquery_coloredQueryColoredQueryColored — Query the number of colors for color output.
query_coloredquery_coloredquery_coloredQueryColoredQueryColored returns all possible parameter values for
set_coloredset_coloredset_coloredSetColoredSetColored. set_coloredset_coloredset_coloredSetColoredSetColored 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,Seg,5,5,6,100)
query_colored(Colors)
set_colored(WindowHandle,Colors[1])
disp_region(Seg,WindowHandle)
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,Seg,5,5,6,100)
query_colored(Colors)
set_colored(WindowHandle,Colors[1])
disp_region(Seg,WindowHandle)
regiongrowing(Image,Seg,5,5,6,100)
query_colored(Colors)
set_colored(WindowHandle,Colors[1])
disp_region(Seg,WindowHandle)
regiongrowing(Image,Seg,5,5,6,100)
query_colored(Colors)
set_colored(WindowHandle,Colors[1])
disp_region(Seg,WindowHandle)
query_coloredquery_coloredquery_coloredQueryColoredQueryColored always returns 2 (H_MSG_TRUE).
set_coloredset_coloredset_coloredSetColoredSetColored,
set_colorset_colorset_colorSetColorSetColor,
disp_regiondisp_regiondisp_regionDispRegionDispRegion
query_colorquery_colorquery_colorQueryColorQueryColor
set_coloredset_coloredset_coloredSetColoredSetColored,
set_colorset_colorset_colorSetColorSetColor
Foundation
| HALCON Reference Manual 10.0.2 |
Copyright © 1996-2011 MVTec Software GmbH |