get_BS_energy {materialmodifier} | R 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)
[Package materialmodifier version 1.2.0 Index]