shape.all | R Documentation |
Perform 'find.shape' for all JPEG files in the working directory.
shape.all(n.core = 1)
n.core |
The number of processor cores to use in processing. Default is 1. |
A dataframe containing the image,BB width, BB length, perimeter, convex perimeter, area, convex hull area, compactness, roundness, and maximum length values for each object in all images in the working directory.
setwd(system.file("images", package = "TubAR")) shape.all(n.core=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.