Back to FabImage Studio website

You are here: Start » Filter Reference » Computer Vision » Template Matching » EnhanceMultipleObjectMatches

EnhanceMultipleObjectMatches


Module: MatchingPro

Improves accuracy of multiple object matching by adding a subpixel-precise adjustment.

Applications

Usually used after an edge-based template matching tool.
Name Type Description
Input value inImage Image Input image
Input value inObjects Object2DArray Input objects
Input value inObjectEdges PathArrayArray Input objects edges
Input value inAllowScale Bool Determines if the object scale can be adjusted
Output value outObjects Object2DArray Objects with enhanced accuracy
Output value outObjectEdges PathArrayArray Edges of objects with enhanced accuracy

Hints

  • In order to use the filter to fine-tune the results of template matching, connect the outObjects and outObjectEdges outputs of the template matching filter to the inObjects and inObjectEdges inputs, and the same input image to the inImage input. By default, the outObjects and outObjectEdges outputs of the template matching filter are hidden, so one should use "Show/Hide Ports" option to make them visible.
  • When using template matching with EnhanceMultipleObjectMatches filter, you may try to speed up template matching by increasing its inMinPyramidLevel parameter. The potential loss of template matching precision should be mitigated by the EnhanceMultipleObjectMatches filter.

Hardware Acceleration

This operation is optimized for SSSE3 technology for pixels of type: UINT8.

This operation is optimized for AVX2 technology for pixels of type: UINT8.

This operation is optimized for NEON technology for pixels of type: UINT8.

This operation supports automatic parallelization for multicore and multiprocessor systems.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError inObjects and inObjectEdges sizes differ

Complexity Level

This filter is available on Advanced Complexity Level.

Filter Group

This filter is member of EnhanceObjectMatch filter group.

See Also