View Source Evision.Detail.Timelapser (Evision v0.2.9)
Summary
Enumerator
Types
Functions
@spec createDefault(Keyword.t()) :: any() | {:error, String.t()}
@spec createDefault(integer()) :: t() | {:error, String.t()}
createDefault
Positional Arguments
- type:
integer()
Return
- retval:
Evision.Detail.Timelapser.t()
Python prototype (for reference only):
createDefault(type) -> retval
@spec getDst(Keyword.t()) :: any() | {:error, String.t()}
@spec getDst(t()) :: Evision.Mat.t() | {:error, String.t()}
getDst
Positional Arguments
- self:
Evision.Detail.Timelapser.t()
Return
- retval:
Evision.Mat.t()
Python prototype (for reference only):
getDst() -> retval
initialize
Positional Arguments
- self:
Evision.Detail.Timelapser.t()
- corners:
[Point]
- sizes:
[Size]
Python prototype (for reference only):
initialize(corners, sizes) -> None
@spec process( t(), Evision.Mat.maybe_mat_in(), Evision.Mat.maybe_mat_in(), {number(), number()} ) :: t() | {:error, String.t()}
process
Positional Arguments
- self:
Evision.Detail.Timelapser.t()
- img:
Evision.Mat
- mask:
Evision.Mat
- tl:
Point
Python prototype (for reference only):
process(img, mask, tl) -> None