Performs morphological reconstruction on a grayscale image.
Morphological reconstruction reconstructs an image based on an image marker or array of points and highlights or removes small features without altering the shape of objects in the image.
Region of interest (ROI) within which the morphological reconstruction is performed.
The ROI supports multiple contours. All contours are considered to be external. The operation applies to the entire image if ROI descriptor is empty or not connected.
Coordinates of the bounding rectangle for the reconstruction.
Individual shapes that define an ROI.
Input that determines if the contour is the external or internal edge of an ROI.
Shape type of the contour.
Relative position of the contour.
Reference to the source image.
Reference to the destination image.
Reference to the marker image that defines where the reconstruction starts.
The node generates an error message if both array of points and image marker are specified.
Array of point-coordinates in a source image that define where the reconstruction starts.
The node generates an error message if both image marker and array of points are specified.
X-coordinate of a point defining the marker.
Y-coordinate of a point defining the marker.
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
Reconstruction operation.
Name | Description |
---|---|
dilation | Dilation expands bright regions specified by the marker. |
erosion | Erosion expands dark regions specified by the marker. |
Default: Dilation
2D array that contains the structuring element to apply to the image.
The size of the structuring element, or the size of this array, determines the processing size. A structuring element of 3 × 3 is used if this input is not connected.
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