grab_points | R Documentation |
This is a helper function to grab points, called from within pre_process. This function will return the locations of the image corners. If pre_processed is FALSE then the user much click on the corners using the automated workflow. If set to TRUE, then it will return the coners of the image file itself.
grab_points(path_imgs, pre_processed = FALSE)
path_imgs |
Path to the image files |
pre_processed |
Are photographs pre-processed such that image correction steps can be skipped? If FALSE, then user must pre-process images using DieTryings tools. If TRUE game board photographs must be cropped and unskewed. Some Android and IOS apps, like Tiny Scanner, provide a means of producing such photographs of the game boards at the time of data collection. |
A list containing an array of corner locations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.