View Source Evision.Detail.BundleAdjusterBase (Evision v0.1.11)

Link to this section Summary

Types

t()

Type that represents an Evision.Detail.BundleAdjusterBase struct.

Functions

Return
  • retval: double

Python prototype (for reference):

Return

Python prototype (for reference):

Positional Arguments
  • conf_thresh: double

Python prototype (for reference):

Positional Arguments

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

@spec confThresh(t()) :: number() | {:error, String.t()}
Return
  • retval: double

Python prototype (for reference):

confThresh() -> retval
@spec refinementMask(t()) :: Evision.Mat.t() | {:error, String.t()}
Return

Python prototype (for reference):

refinementMask() -> retval
Link to this function

setConfThresh(self, conf_thresh)

View Source
@spec setConfThresh(t(), number()) :: :ok | {:error, String.t()}
Positional Arguments
  • conf_thresh: double

Python prototype (for reference):

setConfThresh(conf_thresh) -> None
Link to this function

setRefinementMask(self, mask)

View Source
@spec setRefinementMask(t(), Evision.Mat.maybe_mat_in()) :: :ok | {:error, String.t()}
Positional Arguments

Python prototype (for reference):

setRefinementMask(mask) -> None
Link to this function

setTermCriteria(self, term_criteria)

View Source
@spec setTermCriteria(t(), {integer(), integer(), number()}) ::
  :ok | {:error, String.t()}
Positional Arguments
  • term_criteria: TermCriteria

Python prototype (for reference):

setTermCriteria(term_criteria) -> None
@spec termCriteria(t()) :: {integer(), integer(), number()} | {:error, String.t()}
Return
  • retval: TermCriteria

Python prototype (for reference):

termCriteria() -> retval