MATLAB File Help: cv.GeneralizedHoughBallard/setTemplate Index
cv.GeneralizedHoughBallard/setTemplate

Set template to search

hough.setTemplate(templ)
hough.setTemplate(edges, dx, dy)
hough.setTemplate(..., 'OptionName', optionValue, ...)

Input

Options

In the first variant of the function (with the templ input), the edges are internally calculated using the cv.Canny filter, and the derivatives dx and dy using cv.Sobel operator.

Method Details
Access public
Sealed false
Static false