View Source Evision.DMatch (Evision v0.2.9)
Summary
Functions
DMatch
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:
integer()
- trainIdx:
integer()
- distance:
float
Return
- self:
Evision.DMatch.t()
Python prototype (for reference only):
DMatch(_queryIdx, _trainIdx, _distance) -> <DMatch object>
DMatch
Positional Arguments
- queryIdx:
integer()
- trainIdx:
integer()
- imgIdx:
integer()
- distance:
float
Return
- self:
Evision.DMatch.t()
Python prototype (for reference only):
DMatch(_queryIdx, _trainIdx, _imgIdx, _distance) -> <DMatch object>