HoughFeature#
- class HoughFeature(image: _ImageBase, ntheta: int = 180, drho: int = 1)[source]#
Methods
accumulator([skip])Compute the Hough accumulator
lines(minvotes)Get Hough lines
lines_p(minvotes[, minlinelength, ...])Get probabilistic Hough lines
plot_accumulator(**kwargs)Plot the Hough accumulator array
plot_lines(lines, *args, **kwargs)Plot Hough lines