View Source Evision.GeneralizedHoughBallard (Evision v0.2.7)

Summary

Types

t()

Type that represents an GeneralizedHoughBallard struct.

Types

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

Type that represents an GeneralizedHoughBallard struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

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

getLevels

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

Python prototype (for reference only):

getLevels() -> retval
Link to this function

getVotesThreshold(named_args)

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

getVotesThreshold

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

Python prototype (for reference only):

getVotesThreshold() -> retval
@spec setLevels(Keyword.t()) :: any() | {:error, String.t()}
@spec setLevels(t(), integer()) :: t() | {:error, String.t()}

setLevels

Positional Arguments
  • self: Evision.GeneralizedHoughBallard.t()
  • levels: integer()

Python prototype (for reference only):

setLevels(levels) -> None
Link to this function

setVotesThreshold(named_args)

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

setVotesThreshold(self, votesThreshold)

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

setVotesThreshold

Positional Arguments
  • self: Evision.GeneralizedHoughBallard.t()
  • votesThreshold: integer()

Python prototype (for reference only):

setVotesThreshold(votesThreshold) -> None