View Source Evision.DMatch (Evision v0.1.11)
Link to this section Summary
Types
Type that represents an Evision.DMatch
struct.
Functions
Positional Arguments
- queryIdx:
int
- trainIdx:
int
- distance:
float
Return
- self:
Evision.DMatch
Python prototype (for reference):
Positional Arguments
- queryIdx:
int
- trainIdx:
int
- imgIdx:
int
- distance:
float
Return
- self:
Evision.DMatch
Python prototype (for reference):
Link to this section Types
@type t() :: %Evision.DMatch{ref: reference()}
Type that represents an Evision.DMatch
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
Return
- self:
Evision.DMatch
Python prototype (for reference):
DMatch() -> <DMatch object>
Positional Arguments
- queryIdx:
int
- trainIdx:
int
- distance:
float
Return
- self:
Evision.DMatch
Python prototype (for reference):
DMatch(_queryIdx, _trainIdx, _distance) -> <DMatch object>
Positional Arguments
- queryIdx:
int
- trainIdx:
int
- imgIdx:
int
- distance:
float
Return
- self:
Evision.DMatch
Python prototype (for reference):
DMatch(_queryIdx, _trainIdx, _imgIdx, _distance) -> <DMatch object>