powered by
Calculate the BS feature energy
get_BS_energy(im, mask = NA, logspace = TRUE)
a data frame
An image.
(optional) If set, only the area of white pixels in the mask image will be included in the calculation.
If TRUE (default), image processing is done in the log space. If FALSE, computation is performed without log transformation.
if (FALSE) { data = get_BS_energy(face) }
Run the code above in your browser using DataLab