| MATLAB File Help: cv.GeneralizedHoughGuil/setTemplate | Index |
Set template to search
hough.setTemplate(templ)
hough.setTemplate(edges, dx, dy)
hough.setTemplate(..., 'OptionName', optionValue, ...)
edges and
single-precision floating type.dx.[x,y]. The default [-1,-1]
will use [size(templ,2) size(templ,1)]./2 as center.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.
| Access | public |
| Sealed | false |
| Static | false |