-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Problem:
Error in the dimensions of the output map in CTS(OpenVX Conformance Test Suite).
Quote from standard:
The output of the template matching node is a comparison map. The output comparison map should be the same size as the input image.
Why in CTS the output map has following dimensions:
result_width = source_width - template_width + 1 ,
result_height = source_height - template_height + 1
instead of (source_width, source_height) ?
Links:
Metadata
Metadata
Assignees
Labels
No labels