View Source Evision.DMatch (Evision v0.1.33)
Summary
Types
@type t() :: %Evision.DMatch{ref: reference()}
Type that represents an DMatch
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
DMatch
Return
- self:
Evision.DMatch.t()
Python prototype (for reference only):
DMatch() -> <DMatch object>
DMatch
Positional Arguments
- queryIdx:
int
- trainIdx:
int
- distance:
float
Return
- self:
Evision.DMatch.t()
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.t()
Python prototype (for reference only):
DMatch(_queryIdx, _trainIdx, _imgIdx, _distance) -> <DMatch object>