Performs a user-specified lookup-table transformation by remapping the pixel values in an image.
Reference to the source image.
8-bit image that specifies the region of the small image to be copied.
Only pixels in the image src image that correspond to a non-zero pixel in the mask image are copied. All other pixels keep their original values. The entire image is processed if image mask is not connected.
Reference to the destination image.
Grayscale replacement table.
This input is an array containing a maximum of 256 elements if image src is an 8-bit image or a maximum of 65,536 elements if image src is a 16-bit image. Individual pixels within the image are not modified when the lookup table is missing a value that corresponds to those pixels.
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Reference to the destination image.
If image dst is connected, image dst out is the same as image dst. Otherwise, image dst out refers to the image referenced by image src.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application