View source: R/helperFunctions_ef.R
Projects an image or set of images into feature space defined by a set of eigenfaces
1 | FSP(obj, eigenfaces, avgFace, showCoefficients = TRUE, ...)
|
obj |
an object to be proected on eigenfaces (e.g. of class 'image_ef', 'imageset_ef') |
eigenfaces |
an object of class 'imageset_ef'. Describes the vectors to project on. |
avgFace |
an object of class 'image_ef'. Average face of the underlying imageset_ef |
showCoefficients |
a logical vector of length 1 (TRUE or FALSE). Determines whether to additionally return the coefficients of the linear combination representing obj. |
... |
additional arguments For details see FSP.image_ef and FSP.imageset_ef |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.