View Source Evision.DMatch (Evision v0.1.17)
Link to this section Summary
Types
Type that represents an Evision.DMatch
struct.
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
DMatch
Return
- self:
Evision.DMatch
Python prototype (for reference only):
DMatch() -> <DMatch object>
DMatch
Positional Arguments
- queryIdx:
int
- trainIdx:
int
- distance:
float
Return
- self:
Evision.DMatch
Python prototype (for reference only):
DMatch(_queryIdx, _trainIdx, _distance) -> <DMatch object>
DMatch
Positional Arguments
- queryIdx:
int
- trainIdx:
int
- imgIdx:
int
- distance:
float
Return
- self:
Evision.DMatch
Python prototype (for reference only):
DMatch(_queryIdx, _trainIdx, _imgIdx, _distance) -> <DMatch object>