mirror of https://github.com/opencv/opencv.git
The non-maximum suppression in the Hough accumulator incorrectly ignores maxima that extend over more than one cell, i.e. two neighboring cells both have the same accumulator value. This maximum is dropped completely instead of picking at least one of the entries. This frequently results in obvious circles being missed. The behavior is now changed to be the same as for hough_lines. See also https://github.com/opencv/opencv/issues/4440pull/9730/head
parent
7475d23fec
commit
332588fcee
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue