Skip to content

mhoehle/perfectcircle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

perfectcircle

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/.

Using the app: Animated gif showing how to operate the app

About

Perfect Circle App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages