View Source Evision.GeneralizedHough (Evision v0.1.8)

Link to this section Summary

cv

Positional Arguments
Return

Python prototype (for reference):

Positional Arguments
Return

Python prototype (for reference):

Positional Arguments
Return

Python prototype (for reference):

Positional Arguments
Return

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
Keyword Arguments
  • templCenter: Point.

Python prototype (for reference):

Positional Arguments
Keyword Arguments
  • templCenter: Point.

Python prototype (for reference):

Positional Arguments
Keyword Arguments
  • templCenter: Point.

Python prototype (for reference):

Positional Arguments
Keyword Arguments
  • templCenter: Point.

Python prototype (for reference):

Link to this section cv

Positional Arguments
Return

Python prototype (for reference):

detect(image[, positions[, votes]]) -> positions, votes
Link to this function

detect(self, image, opts)

View Source
Positional Arguments
Return

Python prototype (for reference):

detect(image[, positions[, votes]]) -> positions, votes
Link to this function

detect(self, edges, dx, dy)

View Source
Positional Arguments
Return

Python prototype (for reference):

detect(edges, dx, dy[, positions[, votes]]) -> positions, votes
Link to this function

detect(self, edges, dx, dy, opts)

View Source
Positional Arguments
Return

Python prototype (for reference):

detect(edges, dx, dy[, positions[, votes]]) -> positions, votes
Link to this function

getCannyHighThresh(self)

View Source

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
Link to this function

setCannyHighThresh(self, cannyHighThresh)

View Source
Positional Arguments
  • cannyHighThresh: int

Python prototype (for reference):

setCannyHighThresh(cannyHighThresh) -> None
Link to this function

setCannyLowThresh(self, cannyLowThresh)

View Source
Positional Arguments
  • cannyLowThresh: int

Python prototype (for reference):

setCannyLowThresh(cannyLowThresh) -> None
Positional Arguments
  • dp: double

Python prototype (for reference):

setDp(dp) -> None
Link to this function

setMaxBufferSize(self, maxBufferSize)

View Source
Positional Arguments
  • maxBufferSize: int

Python prototype (for reference):

setMaxBufferSize(maxBufferSize) -> None
Link to this function

setMinDist(self, minDist)

View Source
Positional Arguments
  • minDist: double

Python prototype (for reference):

setMinDist(minDist) -> None
Link to this function

setTemplate(self, templ)

View Source
Positional Arguments
Keyword Arguments
  • templCenter: Point.

Python prototype (for reference):

setTemplate(templ[, templCenter]) -> None
Link to this function

setTemplate(self, templ, opts)

View Source
Positional Arguments
Keyword Arguments
  • templCenter: Point.

Python prototype (for reference):

setTemplate(templ[, templCenter]) -> None
Link to this function

setTemplate(self, edges, dx, dy)

View Source
Positional Arguments
Keyword Arguments
  • templCenter: Point.

Python prototype (for reference):

setTemplate(edges, dx, dy[, templCenter]) -> None
Link to this function

setTemplate(self, edges, dx, dy, opts)

View Source
Positional Arguments
Keyword Arguments
  • templCenter: Point.

Python prototype (for reference):

setTemplate(edges, dx, dy[, templCenter]) -> None

Link to this section Functions

Raising version of detect/2.

Link to this function

detect!(self, image, opts)

View Source

Raising version of detect/3.

Link to this function

detect!(self, edges, dx, dy)

View Source

Raising version of detect/4.

Link to this function

detect!(self, edges, dx, dy, opts)

View Source

Raising version of detect/5.

Link to this function

getCannyHighThresh!(self)

View Source

Raising version of getCannyHighThresh/1.

Link to this function

getCannyLowThresh!(self)

View Source

Raising version of getCannyLowThresh/1.

Raising version of getDp/1.

Raising version of getMaxBufferSize/1.

Raising version of getMinDist/1.

Link to this function

setCannyHighThresh!(self, cannyHighThresh)

View Source

Raising version of setCannyHighThresh/2.

Link to this function

setCannyLowThresh!(self, cannyLowThresh)

View Source

Raising version of setCannyLowThresh/2.

Raising version of setDp/2.

Link to this function

setMaxBufferSize!(self, maxBufferSize)

View Source

Raising version of setMaxBufferSize/2.

Link to this function

setMinDist!(self, minDist)

View Source

Raising version of setMinDist/2.

Link to this function

setTemplate!(self, templ)

View Source

Raising version of setTemplate/2.

Link to this function

setTemplate!(self, templ, opts)

View Source

Raising version of setTemplate/3.

Link to this function

setTemplate!(self, edges, dx, dy)

View Source

Raising version of setTemplate/4.

Link to this function

setTemplate!(self, edges, dx, dy, opts)

View Source

Raising version of setTemplate/5.