View Source Evision.Saliency.StaticSaliencySpectralResidual (Evision v0.2.7)

Summary

Types

t()

Type that represents an Saliency.StaticSaliencySpectralResidual struct.

Types

@type t() :: %Evision.Saliency.StaticSaliencySpectralResidual{ref: reference()}

Type that represents an Saliency.StaticSaliencySpectralResidual struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

Link to this function

computeSaliency(named_args)

View Source
@spec computeSaliency(Keyword.t()) :: any() | {:error, String.t()}
Link to this function

computeSaliency(self, image)

View Source
@spec computeSaliency(t(), Evision.Mat.maybe_mat_in()) ::
  Evision.Mat.t() | false | {:error, String.t()}

computeSaliency

Positional Arguments
  • self: Evision.Saliency.StaticSaliencySpectralResidual.t()
  • image: Evision.Mat
Return
  • retval: bool
  • saliencyMap: Evision.Mat.t().

Python prototype (for reference only):

computeSaliency(image[, saliencyMap]) -> retval, saliencyMap
Link to this function

computeSaliency(self, image, opts)

View Source
@spec computeSaliency(t(), Evision.Mat.maybe_mat_in(), [{atom(), term()}, ...] | nil) ::
  Evision.Mat.t() | false | {:error, String.t()}

computeSaliency

Positional Arguments
  • self: Evision.Saliency.StaticSaliencySpectralResidual.t()
  • image: Evision.Mat
Return
  • retval: bool
  • saliencyMap: Evision.Mat.t().

Python prototype (for reference only):

computeSaliency(image[, saliencyMap]) -> retval, saliencyMap
@spec create() :: t() | {:error, String.t()}

create

Return
  • retval: StaticSaliencySpectralResidual

Python prototype (for reference only):

create() -> retval
@spec create(Keyword.t()) :: any() | {:error, String.t()}
Link to this function

getImageHeight(named_args)

View Source
@spec getImageHeight(Keyword.t()) :: any() | {:error, String.t()}
@spec getImageHeight(t()) :: integer() | {:error, String.t()}

getImageHeight

Positional Arguments
  • self: Evision.Saliency.StaticSaliencySpectralResidual.t()
Return
  • retval: integer()

Python prototype (for reference only):

getImageHeight() -> retval
Link to this function

getImageWidth(named_args)

View Source
@spec getImageWidth(Keyword.t()) :: any() | {:error, String.t()}
@spec getImageWidth(t()) :: integer() | {:error, String.t()}

getImageWidth

Positional Arguments
  • self: Evision.Saliency.StaticSaliencySpectralResidual.t()
Return
  • retval: integer()

Python prototype (for reference only):

getImageWidth() -> retval
@spec read(Keyword.t()) :: any() | {:error, String.t()}
@spec read(t(), Evision.FileNode.t()) :: t() | {:error, String.t()}

read

Positional Arguments

Python prototype (for reference only):

read(fn) -> None
Link to this function

setImageHeight(named_args)

View Source
@spec setImageHeight(Keyword.t()) :: any() | {:error, String.t()}
Link to this function

setImageHeight(self, val)

View Source
@spec setImageHeight(t(), integer()) :: t() | {:error, String.t()}

setImageHeight

Positional Arguments
  • self: Evision.Saliency.StaticSaliencySpectralResidual.t()
  • val: integer()

Python prototype (for reference only):

setImageHeight(val) -> None
Link to this function

setImageWidth(named_args)

View Source
@spec setImageWidth(Keyword.t()) :: any() | {:error, String.t()}
Link to this function

setImageWidth(self, val)

View Source
@spec setImageWidth(t(), integer()) :: t() | {:error, String.t()}

setImageWidth

Positional Arguments
  • self: Evision.Saliency.StaticSaliencySpectralResidual.t()
  • val: integer()

Python prototype (for reference only):

setImageWidth(val) -> None