View Source Evision.Detail.BundleAdjusterBase (Evision v0.1.10)
Link to this section Summary
Types
Type that represents an Evision.Detail.BundleAdjusterBase
struct.
Functions
Return
- retval:
double
Python prototype (for reference):
Positional Arguments
- conf_thresh:
double
Python prototype (for reference):
Positional Arguments
- term_criteria:
TermCriteria
Python prototype (for reference):
Return
- retval:
TermCriteria
Python prototype (for reference):
Link to this section Types
@type t() :: %Evision.Detail.BundleAdjusterBase{ref: reference()}
Type that represents an Evision.Detail.BundleAdjusterBase
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
Return
- retval:
double
Python prototype (for reference):
confThresh() -> retval
@spec refinementMask(t()) :: Evision.Mat.t() | {:error, String.t()}
Return
- retval:
Evision.Mat
Python prototype (for reference):
refinementMask() -> retval
Positional Arguments
- conf_thresh:
double
Python prototype (for reference):
setConfThresh(conf_thresh) -> None
@spec setRefinementMask(t(), Evision.Mat.maybe_mat_in()) :: :ok | {:error, String.t()}
Positional Arguments
- mask:
Evision.Mat
Python prototype (for reference):
setRefinementMask(mask) -> None
Positional Arguments
- term_criteria:
TermCriteria
Python prototype (for reference):
setTermCriteria(term_criteria) -> None
Return
- retval:
TermCriteria
Python prototype (for reference):
termCriteria() -> retval