annotorious {recogito}R Documentation

Annotate images with areas of interest

Description

Functionality to label areas in images

Usage

annotorious(
  inputId = "annotations",
  src,
  tags = c(),
  type = c("annotorious", "openseadragon", "openseadragon-notoolbar"),
  quickselector = TRUE,
  width = NULL,
  height = NULL,
  elementId = NULL,
  dependencies = NULL
)

Arguments

inputId

character string with the name to use where annotations will be put into

src

character string with the image/url to annotate

tags

character vector of possible labels you want to use

type

either 'annotorious', 'openseadragon', 'openseadragon-notoolbar' in order to allow zooming with openseadragon or not, with or without a toolbar

quickselector

logical indicating if for type 'openseadragon' the possible tags should be shows as quick buttons to click. Defaults to TRUE.

width

passed on to createWidget

height

passed on to createWidget

elementId

passed on to createWidget

dependencies

passed on to createWidget

Value

An object of class htmlwidget as returned by createWidget

See Also

annotorious-shiny


[Package recogito version 0.2.1 Index]