shape.all: Perform 'find.shape' for all JPEG files in the working...

View source: R/shape_func.R

shape.allR Documentation

Perform 'find.shape' for all JPEG files in the working directory.

Description

Perform 'find.shape' for all JPEG files in the working directory.

Usage

shape.all(n.core = 1)

Arguments

n.core

The number of processor cores to use in processing. Default is 1.

Value

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.

Examples

  setwd(system.file("images", package = "TubAR"))
  shape.all(n.core=1)

shannonlabumn/TubAR documentation built on Aug. 14, 2022, 10:48 a.m.