View Source Evision.Detail.Timelapser (Evision v0.1.15)
Link to this section Summary
Types
Type that represents an Evision.Detail.Timelapser
struct.
Functions
Positional Arguments
- type:
int
Return
- retval:
Evision.Detail.Timelapser
Python prototype (for reference):
Positional Arguments
- corners:
[Point]
- sizes:
[Size]
Python prototype (for reference):
Link to this section Types
@type t() :: %Evision.Detail.Timelapser{ref: reference()}
Type that represents an Evision.Detail.Timelapser
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
Positional Arguments
- type:
int
Return
- retval:
Evision.Detail.Timelapser
Python prototype (for reference):
createDefault(type) -> retval
@spec getDst(t()) :: Evision.Mat.t() | {:error, String.t()}
Return
- retval:
Evision.Mat
Python prototype (for reference):
getDst() -> retval
Positional Arguments
- corners:
[Point]
- sizes:
[Size]
Python prototype (for reference):
initialize(corners, sizes) -> None
@spec process( t(), Evision.Mat.maybe_mat_in(), Evision.Mat.maybe_mat_in(), {number(), number()} ) :: :ok | {:error, String.t()}
Positional Arguments
- img:
Evision.Mat
- mask:
Evision.Mat
- tl:
Point
Python prototype (for reference):
process(img, mask, tl) -> None