View Source Evision.Face.StandardCollector (Evision v0.1.28)
Link to this section Summary
Functions
Static constructor
Static constructor
Returns minimal distance value
Returns label with minimal distance
Return results as vector
Return results as vector
Link to this section Types
@type t() :: %Evision.Face.StandardCollector{ref: reference()}
Type that represents an Face.StandardCollector
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
Static constructor
Keyword Arguments
threshold:
double
.set threshold
Return
- retval:
StandardCollector
Python prototype (for reference only):
create([, threshold]) -> retval
Static constructor
Keyword Arguments
threshold:
double
.set threshold
Return
- retval:
StandardCollector
Python prototype (for reference only):
create([, threshold]) -> retval
Returns minimal distance value
Positional Arguments
- self:
Evision.Face.StandardCollector.t()
Return
- retval:
double
Python prototype (for reference only):
getMinDist() -> retval
Returns label with minimal distance
Positional Arguments
- self:
Evision.Face.StandardCollector.t()
Return
- retval:
int
Python prototype (for reference only):
getMinLabel() -> retval
Return results as vector
Positional Arguments
- self:
Evision.Face.StandardCollector.t()
Keyword Arguments
sorted:
bool
.If set, results will be sorted by distance Each values is a pair of label and distance.
Return
- retval:
[pair<int, double>]
Python prototype (for reference only):
getResults([, sorted]) -> retval
@spec getResults(t(), [{atom(), term()}, ...] | nil) :: [{integer(), number()}] | {:error, String.t()}
Return results as vector
Positional Arguments
- self:
Evision.Face.StandardCollector.t()
Keyword Arguments
sorted:
bool
.If set, results will be sorted by distance Each values is a pair of label and distance.
Return
- retval:
[pair<int, double>]
Python prototype (for reference only):
getResults([, sorted]) -> retval