Learn R Programming

materialmodifier (version 1.2.0)

get_BS_energy: Calculate the BS feature energy

Description

Calculate the BS feature energy

Usage

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

Value

a data frame

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.

Examples

Run this code
if (FALSE) {
data = get_BS_energy(face)
}

Run the code above in your browser using DataLab