Classifies an image based on the loaded model.
This node provides a reference design to classify an image using the loaded model.
Region of the image from which to extract curves.
This region must be a single rectangle or rotated rectangle contour. By default, the node returns the curves for the entire image.
Coordinates of the bounding rectangle.
Individual shapes that define an ROI.
Object specifying if contour is the external or internal edge of an ROI.
Shape type of the contour.
Relative position of the contour.
Reference to the loaded model file.
Input for model graph Input Node Name.
Image will be converted to multi dimensional tensor based on loaded model.
Name of the Input data node in the loaded model graph.
name of the Output data node in the loaded model graph.
The corresponding data node must output a two dimensional array.
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 strings to specify class label names.
This is used for constructing Classification Results.
Reference to the modified loaded model.
Reference to the source image.
Output from the data of Output Node Name.
The loaded model output node must provide double dimensional data (similar to SoftMax ) tensor to support classification results.
Class label name.
This string is referenced based on Labels input. If Labels is not supplied, the class ID is converted to a string.
Probablity score for the classification result.
Score ranges are based on output of the loaded model. It typically varies between 0 and 1.
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