centercircle_match: Matches a center circle input and a reference shoeprint

Description Usage Arguments

Description

Function to perform matching of center footprints by matching all the candidate circles with input circles. This function performs initial matching between 3 circles on the input print and 27 candidate circles on the reference shoeprint. After the initial cliques, it select 2 best circles for each input circle and performs reinforcement matching on them. In reinforcement matching, full points on reference circle are considered instead of user defined. The function returns the final circle parameters and the statistics of the triangle formed.

Usage

1
centercircle_match(input, reference, output)

Arguments

input

The input print

reference

The reference print

output

The output obtained from the match_print function


erichare/shoeprintr documentation built on May 10, 2019, 1:10 a.m.