get_BS_energy: Calculate the BS feature energy

View source: R/materialmodifier.R

get_BS_energyR Documentation

Calculate the BS feature energy

Description

Calculate the BS feature energy

Usage

get_BS_energy(im, mask = NA, logspace = TRUE)

Arguments

im

An image.

mask

(optional) If set, only the area of white pixels in the mask image will be included in the calculation.

logspace

If TRUE (default), image processing is done in the log space. If FALSE, computation is performed without log transformation.

Value

a data frame

Examples

## Not run: 
data = get_BS_energy(face)

## End(Not run)

materialmodifier documentation built on May 31, 2023, 9:46 p.m.