- Notifications
You must be signed in to change notification settings - Fork0
valcu/annotator
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
annotator provides functions to create image annotations through polygon outlining. Annotator has the same function asgraphics::locator() but achieves its purpose through drawing, rather than multiple mouse clicks.
annotator is based onfabric.js, a Javascript HTML5 canvas library andhtmlwidgets, a package that provides a framework for creating R bindings to JavaScript libraries.
The main function of the package isannotate(path_to_image). Polygons can be outlined on the image and polygon's coordinates are returned after each draw.
annotator makes it easy to create annotation pipelines inshiny. A minimal Shiny app demonstrating a simple pipeline can be found onshinyapps.io.
Stable version from CRAN:
install.packages("annotator")Developement version from GITHUB:
remotes::install_github("valcu/annotator")
About
Image annotation using free drawing.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.

