Inferring Trends via Voting Methods
The classical Hough Transform identifies prominent lines in a scene by letting each edge point vote for the line(s) it is on.
Voting methods can do well under noisy conditions.
Votes are tallied in an array of accumulators, indexed by theta and rho (polar parameters of a line).