grab_points_automatic: grab_points_automatic

grab_points_automaticR Documentation

grab_points_automatic

Description

This is a helper function.

Usage

grab_points_automatic(
  path_imgs,
  path_refset,
  d_x = 10,
  d_y = 10,
  plot_corners = TRUE
)

Arguments

path_imgs

the path to the images to be scaned for corners.

path_refset

the path to the reference chips.

d_x

x width of kernel used to scan for corners.

d_y

y width of kernel used to scan for corners.

plot_corners

should predicted corners be plotted in situ?

Value

A list of lists of length 4. Each slot contains the locations of game-board corners.


ctross/DieTryin documentation built on Sept. 8, 2024, 8:07 p.m.