View Source Evision.Detail.MatchesInfo (Evision v0.2.9)
Summary
Types
@type t() :: %Evision.Detail.MatchesInfo{ref: reference()}
Type that represents an Detail.MatchesInfo
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
@spec get_H(t()) :: Evision.Mat.t()
@spec get_matches(t()) :: [Evision.DMatch.t()]
@spec getInliers(Keyword.t()) :: any() | {:error, String.t()}
@spec getInliers(t()) :: binary() | {:error, String.t()}
getInliers
Positional Arguments
- self:
Evision.Detail.MatchesInfo.t()
Return
- retval:
[uchar]
Python prototype (for reference only):
getInliers() -> retval
@spec getMatches(Keyword.t()) :: any() | {:error, String.t()}
@spec getMatches(t()) :: [Evision.DMatch.t()] | {:error, String.t()}
getMatches
Positional Arguments
- self:
Evision.Detail.MatchesInfo.t()
Return
- retval:
[Evision.DMatch]
Python prototype (for reference only):
getMatches() -> retval
@spec set_H(t(), Evision.Mat.maybe_mat_in()) :: t()
@spec set_matches(t(), [Evision.DMatch.t()]) :: t()