Changes the intensity values in either a row or a column of pixels in an image.
The data type of the pixels input you select must correspond to the data type of the image in input.
Reference to the source image.
Row or column number to replace in the image.
Array of unsigned 8-bit integers containing the new values for the specified row or column of the image.
This input is required if image in is an unsigned 8-bit image.
Array of unsigned 16-bit integers containing the new values for the specified row or column of the image.
This input is required if image in is an unsigned 16-bit image.
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
Array of signed 16-bit integers containing the new values for the specified row or column of the image.
This input is required if image in is a signed 16-bit image.
Array of 32-bit floating-point values containing the new values for the specified row or column of the image.
This input is required if image in is a 32-bit floating-point image.
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