HoughFeature.plot_accumulator#

HoughFeature.plot_accumulator(**kwargs: Any) None[source]#

Plot the Hough accumulator array

Parameters:

kwargs – options passed to imshow

The Hough accumulator is computed, if not already existing, and the displayed as an image where brightness is proportional to the number of votes for that \((\theta, \rho)\) coordinate.

Seealso:

accumulator