Skip to content

MatchTemplate function #3

@egorovp

Description

@egorovp

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:

  1. Standard
  2. Conformance Tests

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions