| staple {stapler} | R Documentation |
Tries to do the correct STAPLE algorithm (binary/multi-class) for the type of input (array/matrix/list of images/filenames of images)
staple(x, ..., set_orient = FALSE) ## Default S3 method: staple(x, ..., set_orient = FALSE) ## S3 method for class 'list' staple(x, ..., set_orient = FALSE) ## S3 method for class 'character' staple(x, ..., set_orient = FALSE) ## S3 method for class 'array' staple(x, ..., set_orient = FALSE)
x |
a nxr matrix where there are n raters and r elements rated,
a list of images, or a character vector. Note, |
... |
Options for STAPLE, see |
set_orient |
Should the orientation be set to the same if x is a
set of images, including |