View Source Evision.Face.BasicFaceRecognizer (Evision v0.1.26-rc2)
Link to this section Summary
Functions
getEigenValues
getEigenVectors
getLabels
getMean
getNumComponents
getProjections
getThreshold
setNumComponents
setThreshold
Link to this section Types
@type t() :: %Evision.Face.BasicFaceRecognizer{ref: reference()}
Type that represents an Face.BasicFaceRecognizer
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
getEigenValues
Positional Arguments
- self:
Evision.Face.Evision.Face.BasicFaceRecognizer.t()
Return
- retval:
Evision.Face.Evision.Mat
Python prototype (for reference only):
getEigenValues() -> retval
getEigenVectors
Positional Arguments
- self:
Evision.Face.Evision.Face.BasicFaceRecognizer.t()
Return
- retval:
Evision.Face.Evision.Mat
Python prototype (for reference only):
getEigenVectors() -> retval
getLabels
Positional Arguments
- self:
Evision.Face.Evision.Face.BasicFaceRecognizer.t()
Return
- retval:
Evision.Face.Evision.Mat
Python prototype (for reference only):
getLabels() -> retval
getMean
Positional Arguments
- self:
Evision.Face.Evision.Face.BasicFaceRecognizer.t()
Return
- retval:
Evision.Face.Evision.Mat
Python prototype (for reference only):
getMean() -> retval
getNumComponents
Positional Arguments
- self:
Evision.Face.Evision.Face.BasicFaceRecognizer.t()
Return
- retval:
int
@see setNumComponents/2
Python prototype (for reference only):
getNumComponents() -> retval
getProjections
Positional Arguments
- self:
Evision.Face.Evision.Face.BasicFaceRecognizer.t()
Return
- retval:
Evision.Face.[Evision.Mat]
Python prototype (for reference only):
getProjections() -> retval
getThreshold
Positional Arguments
- self:
Evision.Face.Evision.Face.BasicFaceRecognizer.t()
Return
- retval:
double
@see setThreshold/2
Python prototype (for reference only):
getThreshold() -> retval
setNumComponents
Positional Arguments
- self:
Evision.Face.Evision.Face.BasicFaceRecognizer.t()
- val:
int
@see getNumComponents/1
Python prototype (for reference only):
setNumComponents(val) -> None
setThreshold
Positional Arguments
- self:
Evision.Face.Evision.Face.BasicFaceRecognizer.t()
- val:
double
@see getThreshold/1
Python prototype (for reference only):
setThreshold(val) -> None