Back to FabImage Studio website

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

LocateSingleObject_Edges_Deprecated


Module: MatchingPro

Finds a single occurrence of a predefined template on an image by comparing object edges.

Applications

Detection of an object whose outlines are sharp and rigid. Often one of the first filters in a program.
Name Type Range Description
Input value inImage Image Image on which object occurrence will be searched
Input value inSearchRegion Region* Region of possible object centers
Input value inEdgeModel EdgeModel Model of objects to be searched
Input value inMinPyramidLevel Integer 0 - 12 Defines the lowest pyramid level at which object position is still refined
Input value inMaxPyramidLevel Integer* 0 - 12 Defines the total number of reduced resolution levels that can be used to speed up computations
Input value inEdgeThreshold Real 0.01 - Minimum strength of edges used for matching with the model
Input value inEdgePolarityMode EdgePolarityMode Defines how edges with reversed polarity will contribute to the object score
Input value inEdgeNoiseLevel EdgeNoiseLevel Defines how much noise the object edges have
Input value inIgnoreBoundaryObjects Bool Flag indicating whether objects crossing image boundary should be ignored or not
Input value inMinScore Real 0.0 - 1.0 Minimum score of object candidates accepted at each pyramid level
Output value outObject Object2D? Found object
Output value outObjectEdges PathArray? Model edges of the found object
Output value outPyramidHeight Integer Highest pyramid level used to speed up computations
Diagnostic input diagEdgePyramid ImageArray Image edges used for matching at each pyramid level
Diagnostic input diagMatchPyramid ImageArray Candidate object locations found at each pyramid level
Diagnostic input diagScores RealArray? Scores of the found object at each pyramid level

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Complexity Level

This filter is available on Basic Complexity Level.