Finds the number of edge segments in an image and returns the coordinates of the pixels in each segment.
Any pixel that is greater than 0 is considered an edge location. This node joins adjoining edge pixels into edge segments. An edge segment is considered closed if it forms a loop. Each edge segment is given a weight based on the pixel gray values along that edge. An edge segment with high gray values has a higher weight.
Reference to the source 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
Reference to the source image.
Array of clusters with data from number of points, open/closed, weight, and contour points.
Number of points that make up the edge segment.
Output that indicates if the edge segment is open or closed.
Output that indicates the significance of the edge in terms of the gray values that constitute the edge.
Array of clusters, where each point on the edge is represented by coordinates.
X-coordinate value of the edge point in the image.
Y-coordinate value of the edge point in the image.
Change in slope at this edge point of the segment.
X displacement of the current edge pixel from a cubic spline fit of the current edge segment.
Y displacement of the current edge pixel from a cubic spline fit of the current edge segment.
Number of edge segments in the image.
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