View Source Evision.LineMod.Match (Evision v0.2.9)
Summary
Types
@type t() :: %Evision.LineMod.Match{ref: reference()}
Type that represents an LineMod.Match
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
Match
Return
- self:
Match
Python prototype (for reference only):
Match() -> <linemod_Match object>
Match
Positional Arguments
- x:
integer()
- y:
integer()
- similarity:
float
- class_id:
String
- template_id:
integer()
Return
- self:
Match
Python prototype (for reference only):
Match(x, y, similarity, class_id, template_id) -> <linemod_Match object>