FSP: Feature Space Projection

Description Usage Arguments

View source: R/helperFunctions_ef.R

Description

Projects an image or set of images into feature space defined by a set of eigenfaces

Usage

1
FSP(obj, eigenfaces, avgFace, showCoefficients = TRUE, ...)

Arguments

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


Osburg/eigenfaces documentation built on Aug. 26, 2020, 4:41 p.m.