View Source Evision.GeneralizedHoughGuil (Evision v0.1.12)
Link to this section Summary
Types
Type that represents an Evision.GeneralizedHoughGuil
struct.
Functions
Return
- retval:
double
Python prototype (for reference):
Return
- retval:
double
Python prototype (for reference):
Return
- retval:
int
Python prototype (for reference):
Return
- retval:
int
Python prototype (for reference):
Return
- retval:
double
Python prototype (for reference):
Return
- retval:
double
Python prototype (for reference):
Return
- retval:
double
Python prototype (for reference):
Return
- retval:
double
Python prototype (for reference):
Return
- retval:
int
Python prototype (for reference):
Return
- retval:
double
Python prototype (for reference):
Return
- retval:
int
Python prototype (for reference):
Return
- retval:
double
Python prototype (for reference):
Positional Arguments
- angleEpsilon:
double
Python prototype (for reference):
Positional Arguments
- angleStep:
double
Python prototype (for reference):
Positional Arguments
- angleThresh:
int
Python prototype (for reference):
Positional Arguments
- levels:
int
Python prototype (for reference):
Positional Arguments
- maxAngle:
double
Python prototype (for reference):
Positional Arguments
- maxScale:
double
Python prototype (for reference):
Positional Arguments
- minAngle:
double
Python prototype (for reference):
Positional Arguments
- minScale:
double
Python prototype (for reference):
Positional Arguments
- posThresh:
int
Python prototype (for reference):
Positional Arguments
- scaleStep:
double
Python prototype (for reference):
Positional Arguments
- scaleThresh:
int
Python prototype (for reference):
Positional Arguments
- xi:
double
Python prototype (for reference):
Link to this section Types
@type t() :: %Evision.GeneralizedHoughGuil{ref: reference()}
Type that represents an Evision.GeneralizedHoughGuil
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
Return
- retval:
double
Python prototype (for reference):
getAngleEpsilon() -> retval
Return
- retval:
double
Python prototype (for reference):
getAngleStep() -> retval
Return
- retval:
int
Python prototype (for reference):
getAngleThresh() -> retval
Return
- retval:
int
Python prototype (for reference):
getLevels() -> retval
Return
- retval:
double
Python prototype (for reference):
getMaxAngle() -> retval
Return
- retval:
double
Python prototype (for reference):
getMaxScale() -> retval
Return
- retval:
double
Python prototype (for reference):
getMinAngle() -> retval
Return
- retval:
double
Python prototype (for reference):
getMinScale() -> retval
Return
- retval:
int
Python prototype (for reference):
getPosThresh() -> retval
Return
- retval:
double
Python prototype (for reference):
getScaleStep() -> retval
Return
- retval:
int
Python prototype (for reference):
getScaleThresh() -> retval
Return
- retval:
double
Python prototype (for reference):
getXi() -> retval
Positional Arguments
- angleEpsilon:
double
Python prototype (for reference):
setAngleEpsilon(angleEpsilon) -> None
Positional Arguments
- angleStep:
double
Python prototype (for reference):
setAngleStep(angleStep) -> None
Positional Arguments
- angleThresh:
int
Python prototype (for reference):
setAngleThresh(angleThresh) -> None
Positional Arguments
- levels:
int
Python prototype (for reference):
setLevels(levels) -> None
Positional Arguments
- maxAngle:
double
Python prototype (for reference):
setMaxAngle(maxAngle) -> None
Positional Arguments
- maxScale:
double
Python prototype (for reference):
setMaxScale(maxScale) -> None
Positional Arguments
- minAngle:
double
Python prototype (for reference):
setMinAngle(minAngle) -> None
Positional Arguments
- minScale:
double
Python prototype (for reference):
setMinScale(minScale) -> None
Positional Arguments
- posThresh:
int
Python prototype (for reference):
setPosThresh(posThresh) -> None
Positional Arguments
- scaleStep:
double
Python prototype (for reference):
setScaleStep(scaleStep) -> None
Positional Arguments
- scaleThresh:
int
Python prototype (for reference):
setScaleThresh(scaleThresh) -> None
Positional Arguments
- xi:
double
Python prototype (for reference):
setXi(xi) -> None