View Source Evision.GeneralizedHough (Evision v0.1.8)
Link to this section Summary
cv
Positional Arguments
- image:
Evision.Mat
Return
- positions:
Evision.Mat
. - votes:
Evision.Mat
.
Python prototype (for reference):
Positional Arguments
- image:
Evision.Mat
Return
- positions:
Evision.Mat
. - votes:
Evision.Mat
.
Python prototype (for reference):
Positional Arguments
- edges:
Evision.Mat
- dx:
Evision.Mat
- dy:
Evision.Mat
Return
- positions:
Evision.Mat
. - votes:
Evision.Mat
.
Python prototype (for reference):
Positional Arguments
- edges:
Evision.Mat
- dx:
Evision.Mat
- dy:
Evision.Mat
Return
- positions:
Evision.Mat
. - votes:
Evision.Mat
.
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Positional Arguments
- cannyHighThresh:
int
Python prototype (for reference):
Positional Arguments
- cannyLowThresh:
int
Python prototype (for reference):
Positional Arguments
- dp:
double
Python prototype (for reference):
Positional Arguments
- maxBufferSize:
int
Python prototype (for reference):
Positional Arguments
- minDist:
double
Python prototype (for reference):
Positional Arguments
- templ:
Evision.Mat
Keyword Arguments
- templCenter:
Point
.
Python prototype (for reference):
Positional Arguments
- templ:
Evision.Mat
Keyword Arguments
- templCenter:
Point
.
Python prototype (for reference):
Positional Arguments
- edges:
Evision.Mat
- dx:
Evision.Mat
- dy:
Evision.Mat
Keyword Arguments
- templCenter:
Point
.
Python prototype (for reference):
Positional Arguments
- edges:
Evision.Mat
- dx:
Evision.Mat
- dy:
Evision.Mat
Keyword Arguments
- templCenter:
Point
.
Python prototype (for reference):
Functions
Raising version of detect/2
.
Raising version of detect/3
.
Raising version of detect/4
.
Raising version of detect/5
.
Raising version of getCannyHighThresh/1
.
Raising version of getCannyLowThresh/1
.
Raising version of getDp/1
.
Raising version of getMaxBufferSize/1
.
Raising version of getMinDist/1
.
Raising version of setCannyHighThresh/2
.
Raising version of setCannyLowThresh/2
.
Raising version of setDp/2
.
Raising version of setMaxBufferSize/2
.
Raising version of setMinDist/2
.
Raising version of setTemplate/2
.
Raising version of setTemplate/3
.
Raising version of setTemplate/4
.
Raising version of setTemplate/5
.
Link to this section cv
Positional Arguments
- image:
Evision.Mat
Return
- positions:
Evision.Mat
. - votes:
Evision.Mat
.
Python prototype (for reference):
detect(image[, positions[, votes]]) -> positions, votes
Positional Arguments
- image:
Evision.Mat
Return
- positions:
Evision.Mat
. - votes:
Evision.Mat
.
Python prototype (for reference):
detect(image[, positions[, votes]]) -> positions, votes
Positional Arguments
- edges:
Evision.Mat
- dx:
Evision.Mat
- dy:
Evision.Mat
Return
- positions:
Evision.Mat
. - votes:
Evision.Mat
.
Python prototype (for reference):
detect(edges, dx, dy[, positions[, votes]]) -> positions, votes
Positional Arguments
- edges:
Evision.Mat
- dx:
Evision.Mat
- dy:
Evision.Mat
Return
- positions:
Evision.Mat
. - votes:
Evision.Mat
.
Python prototype (for reference):
detect(edges, dx, dy[, positions[, votes]]) -> positions, votes
Python prototype (for reference):
getCannyHighThresh() -> retval
Python prototype (for reference):
getCannyLowThresh() -> retval
Python prototype (for reference):
getDp() -> retval
Python prototype (for reference):
getMaxBufferSize() -> retval
Python prototype (for reference):
getMinDist() -> retval
Positional Arguments
- cannyHighThresh:
int
Python prototype (for reference):
setCannyHighThresh(cannyHighThresh) -> None
Positional Arguments
- cannyLowThresh:
int
Python prototype (for reference):
setCannyLowThresh(cannyLowThresh) -> None
Positional Arguments
- dp:
double
Python prototype (for reference):
setDp(dp) -> None
Positional Arguments
- maxBufferSize:
int
Python prototype (for reference):
setMaxBufferSize(maxBufferSize) -> None
Positional Arguments
- minDist:
double
Python prototype (for reference):
setMinDist(minDist) -> None
Positional Arguments
- templ:
Evision.Mat
Keyword Arguments
- templCenter:
Point
.
Python prototype (for reference):
setTemplate(templ[, templCenter]) -> None
Positional Arguments
- templ:
Evision.Mat
Keyword Arguments
- templCenter:
Point
.
Python prototype (for reference):
setTemplate(templ[, templCenter]) -> None
Positional Arguments
- edges:
Evision.Mat
- dx:
Evision.Mat
- dy:
Evision.Mat
Keyword Arguments
- templCenter:
Point
.
Python prototype (for reference):
setTemplate(edges, dx, dy[, templCenter]) -> None
Positional Arguments
- edges:
Evision.Mat
- dx:
Evision.Mat
- dy:
Evision.Mat
Keyword Arguments
- templCenter:
Point
.
Python prototype (for reference):
setTemplate(edges, dx, dy[, templCenter]) -> None
Link to this section Functions
Raising version of detect/2
.
Raising version of detect/3
.
Raising version of detect/4
.
Raising version of detect/5
.
Raising version of getCannyHighThresh/1
.
Raising version of getCannyLowThresh/1
.
Raising version of getDp/1
.
Raising version of getMaxBufferSize/1
.
Raising version of getMinDist/1
.
Raising version of setCannyHighThresh/2
.
Raising version of setCannyLowThresh/2
.
Raising version of setDp/2
.
Raising version of setMaxBufferSize/2
.
Raising version of setMinDist/2
.
Raising version of setTemplate/2
.
Raising version of setTemplate/3
.
Raising version of setTemplate/4
.
Raising version of setTemplate/5
.