shape.export | R Documentation |
Turn the output from shape.all into a matrix of median trait values
shape.export(shape_dat, remove_tag = TRUE, roundness_thresh = 0.7)
shape_dat |
Output from shape.all function |
remove_tag |
If TRUE, objects below the 'roundness_thresh' will be removed from the data before taking median values |
roundness_thresh |
The minimum roundness for an object to not be removed from the output, default is 0.7 |
A matrix of the median values of BB width, BB length, perimeter, convex perimeter, area, convex hull area, compactness, roundness, and maximum length values for each image.
load(system.file("example_data", "shape_exmp.rds", package = "TubAR")) shape.export(shape_exmp,remove_tag=TRUE, roundness_thresh=0.7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.