View Source Evision.Detail.HomographyBasedEstimator (Evision v0.2.9)
Summary
Types
@type t() :: %Evision.Detail.HomographyBasedEstimator{ref: reference()}
Type that represents an Detail.HomographyBasedEstimator
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
HomographyBasedEstimator
Keyword Arguments
- is_focals_estimated:
bool
.
Return
- self:
Evision.Detail.HomographyBasedEstimator.t()
Python prototype (for reference only):
HomographyBasedEstimator([, is_focals_estimated]) -> <detail_HomographyBasedEstimator object>
@spec homographyBasedEstimator(Keyword.t()) :: any() | {:error, String.t()}
@spec homographyBasedEstimator([{:is_focals_estimated, term()}] | nil) :: t() | {:error, String.t()}
HomographyBasedEstimator
Keyword Arguments
- is_focals_estimated:
bool
.
Return
- self:
Evision.Detail.HomographyBasedEstimator.t()
Python prototype (for reference only):
HomographyBasedEstimator([, is_focals_estimated]) -> <detail_HomographyBasedEstimator object>