set_pixelT_set_pixelSetPixelSetPixelset_pixel (Operator)
Name
set_pixelT_set_pixelSetPixelSetPixelset_pixel
— Define a color lookup table index.
Warning
set_pixelset_pixelSetPixelSetPixelSetPixelset_pixel
is obsolete and is only provided for
reasons of backward compatibility.
Signature
Description
set_pixelset_pixelSetPixelSetPixelSetPixelset_pixel
sets pixel values: colors
(set_colorset_colorSetColorSetColorSetColorset_color
, set_rgbset_rgbSetRgbSetRgbSetRgbset_rgb
, etc.) and gray values
(set_grayset_graySetGraySetGraySetGrayset_gray
) are coded together into a number, called
pixel. This 'pixel' is an index in the color lookup table. It ranges
from 0 to 1 in b/w images and 0 to 255 color images with 8 bit
planes. It is different from the 'pixel' ("picture element") in
image processing. Therefore HALCON distinguishes between pixel and
image element (or gray value).
The current value can be queried with get_pixelget_pixelGetPixelGetPixelGetPixelget_pixel
.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
WindowHandleWindowHandleWindowHandleWindowHandlewindowHandlewindow_handle
(input_control) window →
HWindow, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Window handle.
PixelPixelPixelPixelpixelpixel
(input_control) integer(-array) →
HTupleMaybeSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Color lookup table index.
Default value: 128
Typical range of values: 0
≤
Pixel
Pixel
Pixel
Pixel
pixel
pixel
≤
255
Result
set_pixelset_pixelSetPixelSetPixelSetPixelset_pixel
returns 2 (H_MSG_TRUE) if the parameter is correct and
the window is valid. Otherwise an exception is raised.
Possible Predecessors
get_pixelget_pixelGetPixelGetPixelGetPixelget_pixel
Possible Successors
disp_imagedisp_imageDispImageDispImageDispImagedisp_image
,
disp_regiondisp_regionDispRegionDispRegionDispRegiondisp_region
Alternatives
set_rgbset_rgbSetRgbSetRgbSetRgbset_rgb
,
set_colorset_colorSetColorSetColorSetColorset_color
,
set_hsiset_hsiSetHsiSetHsiSetHsiset_hsi
See also
get_pixelget_pixelGetPixelGetPixelGetPixelget_pixel
,
set_lutset_lutSetLutSetLutSetLutset_lut
,
disp_regiondisp_regionDispRegionDispRegionDispRegiondisp_region
,
disp_imagedisp_imageDispImageDispImageDispImagedisp_image
,
disp_colordisp_colorDispColorDispColorDispColordisp_color
Module
Foundation