A packaged version of the functionality described in the blog post Judging Freehand Circle Drawing Competitions.
In order to use the package you will need to download and install R for your computer. After installation, open R and write the following on the console:
install.packages("devtools")
devtools::install_github("hoehleatsu/perfectcircle")
library(perfectcircle)
perfectcircle::runExample()
This will run the accompanying Shiny app locally, which is the fastest way to analyse circles.
The Image file and CSV file from the package's extdata
folder can be downloaded to your local machine to test the app. Currently, the Shiny file selector does not allow the specification of URLs. The two files correspond to the setting used in the blog post.
Instead of installing the package one can also run the Shiny App directly from https://michaelhoehle.eu/shiny/perfectcircle/.