View Source Evision.GeneralizedHoughBallard (Evision v0.1.17)
Link to this section Summary
Types
Type that represents an Evision.GeneralizedHoughBallard
struct.
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
getLevels
Positional Arguments
- self:
Evision.GeneralizedHoughBallard.t()
Return
- retval:
int
Python prototype (for reference only):
getLevels() -> retval
getVotesThreshold
Positional Arguments
- self:
Evision.GeneralizedHoughBallard.t()
Return
- retval:
int
Python prototype (for reference only):
getVotesThreshold() -> retval
setLevels
Positional Arguments
- self:
Evision.GeneralizedHoughBallard.t()
- levels:
int
Python prototype (for reference only):
setLevels(levels) -> None
setVotesThreshold
Positional Arguments
- self:
Evision.GeneralizedHoughBallard.t()
- votesThreshold:
int
Python prototype (for reference only):
setVotesThreshold(votesThreshold) -> None