View Source Evision.LineMod.Feature (Evision v0.2.9)
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:
integer()
- y:
integer()
- label:
integer()
Return
- self:
Feature
Python prototype (for reference only):
Feature(x, y, label) -> <linemod_Feature object>