GreycLab / CImg

The CImg Library is a small and open-source C++ toolkit for image processing
http://cimg.eu
Other
1.48k stars 282 forks source link

Probabalistic Hough transform #360

Open bkmgit opened 2 years ago

bkmgit commented 2 years ago

Add the probababalistic Hough transform. It is described in Galambos, Kittler and Matas Gradient based progressive probabalistic Hough transform - can add a pull request with an implementation. It can be slightly faster than the Hough transform and also include line end point information, but maybe less accurate.