grab_points_automatic | R Documentation |
This is a helper function.
grab_points_automatic(
path_imgs,
path_refset,
d_x = 10,
d_y = 10,
plot_corners = TRUE
)
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? |
A list of lists of length 4. Each slot contains the locations of game-board corners.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.