match_print_subarea: Match input and reference with given circle information in...

View source: R/functions.R

match_print_subareaR Documentation

Match input and reference with given circle information in input. The searching area is confined.

Description

Find corresponding areas in reference for fixed circles in input. To reduce the time, it confines the area for candidate circles in reference image. For the first circle, it confines the area into left toe, for the second circle, it searches only left bottom, for the third circle, it searches right toe area of reference shoe.

Usage

match_print_subarea(input, reference, input_circles, max_rotation_angle)

Arguments

input

Input image for fixing three circles

reference

Input image for finding correspondence

input_circles

Three circles which will be fixed in the input

max_rotation_angle

maximum rotation angle that we allow for comparisons.


erichare/shoeprintr documentation built on May 3, 2024, 6:45 a.m.