normalize.image_ef: Normalization of an object of class 'image_ef'

Description Usage Arguments Value References

View source: R/image_ef.R

Description

Subtracts the mean over all pixel from every single pixel and returns the result.

Usage

1
2
## S3 method for class 'image_ef'
normalize(obj, ...)

Arguments

obj

An object of class 'image_ef'.

...

additional arguments

Value

An object of class 'image_ef'. The pixel values are those of img minus the mean over all pixels of img.

References

https://www.bytefish.de/pdf/eigenfaces.pdf


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