Divides one image by another image or an image by a constant.
Reference to the first source image.
Reference to the destination image.
If connected, image dst is converted to an RGB image. If not connected, image src is converted to an RGB image.
Reference to the second source image.
Value that dividesimage src a for image-constant operations.
constant must be a RGB color value when image src a is a color 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
Type of rounding to use when dividing image pixels.
Name | Description |
---|---|
optimized | Rounds the result of a division using the best available method. |
truncate | Truncates the result of a division. |
Reference to the destination image that receives the processing results of the node.
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 a.
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.
The image type of image src b depends on the image type of image src a.
Otherwise, image src b must be the same type as image src a.
When the value of a pixel in image src b is 0, the result of the divide operation for the pixel is either the maximum or minimum pixel value for the image type. If the corresponding pixel value in image src a is greater than 0, then the result is the maximum possible pixel value for the image type. Otherwise, the result is the minimum possible value for the image type.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application