View Source Evision.LineMod.Feature (Evision v0.1.34)
Summary
Types
@type t() :: %Evision.LineMod.Feature{ref: reference()}
Type that represents an LineMod.Feature
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
Feature
Return
- self:
Feature
Python prototype (for reference only):
Feature() -> <linemod_Feature object>
Feature
Positional Arguments
- x:
int
- y:
int
- label:
int
Return
- self:
Feature
Python prototype (for reference only):
Feature(x, y, label) -> <linemod_Feature object>