View Source Evision.Detail.ImageFeatures (Evision v0.2.9)
Summary
Types
@type t() :: %Evision.Detail.ImageFeatures{ref: reference()}
Type that represents an Detail.ImageFeatures
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
@spec get_descriptors(t()) :: Evision.Mat.t()
@spec get_keypoints(t()) :: [Evision.KeyPoint.t()]
@spec getKeypoints(Keyword.t()) :: any() | {:error, String.t()}
@spec getKeypoints(t()) :: [Evision.KeyPoint.t()] | {:error, String.t()}
getKeypoints
Positional Arguments
- self:
Evision.Detail.ImageFeatures.t()
Return
- retval:
[Evision.KeyPoint]
Python prototype (for reference only):
getKeypoints() -> retval
@spec set_descriptors(t(), Evision.Mat.maybe_mat_in()) :: t()
@spec set_keypoints(t(), [Evision.KeyPoint.t()]) :: t()