Match Contours 1vsN

Compares contours with contours previously saved in a file.
Optionally, a Boolean signal can be selected for the Enable Execution input so that the algorithm is only active if the value of the selected signal is TRUE.
Configuration options
- Num Contours: Number of contours with which the input contour is to be compared.
- File Path: File path of an XML file in which contours were saved.
- Max Dissimilarity: Maximum distance between the original contour and its approximation.
- Contour Name 00..n: Alias names of the contours.
Output values
- Count Results: Is incremented when a new result is provided.
- hr: HRESULT error code that outputs the result of the processing.
- File Read: TRUE if the file was read successfully.
- Result: Output of the best matching contour name if the maximum dissimilarity is not exceeded.
- Image: Initial image of the algorithm.
- Match Indexes: Listing of the indexes of the contours. Sorted by equality.
- Dissimilarities: Listing of the inequality of the contours. Sorted by equality.
- New Result: (Optional) TRUE if a new result is provided.