View Source Evision.GeneralizedHoughBallard (Evision v0.1.14)

Link to this section Summary

Types

t()

Type that represents an Evision.GeneralizedHoughBallard struct.

Functions

Return
  • retval: int

Python prototype (for reference):

Return
  • retval: int

Python prototype (for reference):

Positional Arguments
  • levels: int

Python prototype (for reference):

Positional Arguments
  • votesThreshold: int

Python prototype (for reference):

Link to this section Types

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

Type that represents an Evision.GeneralizedHoughBallard struct.

  • ref. reference()

    The underlying erlang resource variable.

Link to this section Functions

@spec getLevels(t()) :: integer() | {:error, String.t()}
Return
  • retval: int

Python prototype (for reference):

getLevels() -> retval
@spec getVotesThreshold(t()) :: integer() | {:error, String.t()}
Return
  • retval: int

Python prototype (for reference):

getVotesThreshold() -> retval
@spec setLevels(t(), integer()) :: :ok | {:error, String.t()}
Positional Arguments
  • levels: int

Python prototype (for reference):

setLevels(levels) -> None
Link to this function

setVotesThreshold(self, votesThreshold)

View Source
@spec setVotesThreshold(t(), integer()) :: :ok | {:error, String.t()}
Positional Arguments
  • votesThreshold: int

Python prototype (for reference):

setVotesThreshold(votesThreshold) -> None